Home
last modified time | relevance | path

Searched refs:v9fs_inode_from_fid_dotl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/9p/
H A Dv9fs.h189 extern struct inode *v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses,
233 return v9fs_inode_from_fid_dotl(v9ses, fid, sb, 0); in v9fs_get_inode_from_fid()
251 return v9fs_inode_from_fid_dotl(v9ses, fid, sb, 1); in v9fs_get_new_inode_from_fid()
H A Dvfs_inode_dotl.c146 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() function