Home
last modified time | relevance | path

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

/Linux-v4.19/fs/9p/
Dv9fs.h161 extern struct inode *v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses,
205 return v9fs_inode_from_fid_dotl(v9ses, fid, sb, 0); in v9fs_get_inode_from_fid()
223 return v9fs_inode_from_fid_dotl(v9ses, fid, sb, 1); in v9fs_get_new_inode_from_fid()
Dvfs_inode_dotl.c161 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() function