Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dfid.h12 struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable,
H A Dfid.c53 * v9fs_fid_find_inode - search for an open fid off of the inode list
60 struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable, in v9fs_fid_find_inode() function
136 ret = v9fs_fid_find_inode(dentry->d_inode, false, uid, any); in v9fs_fid_find()