Home
last modified time | relevance | path

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

/Linux-v6.6/fs/9p/
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()
Dvfs_inode_dotl.c145 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl() function