Searched refs:v9fs_fid_find_inode (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/9p/
H A Dfid.h12 struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable,
H A Dvfs_addr.c102 fid = v9fs_fid_find_inode(rreq->inode, writing, INVALID_UID, true);
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, function
136 ret = v9fs_fid_find_inode(dentry->d_inode, false, uid, any);

Completed in 126 milliseconds