Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dv9fs.h182 extern struct inode *v9fs_inode_from_fid(struct v9fs_session_info *v9ses,
235 return v9fs_inode_from_fid(v9ses, fid, sb, 0); in v9fs_get_inode_from_fid()
253 return v9fs_inode_from_fid(v9ses, fid, sb, 1); in v9fs_get_new_inode_from_fid()
H A Dvfs_inode.c480 v9fs_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid() function