Home
last modified time | relevance | path

Searched refs:want_writeable (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/9p/
H A Dfid.c55 * @want_writeable: only consider fids which are writeable
60 struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable, in v9fs_fid_find_inode() argument
72 if (want_writeable && !v9fs_is_writeable(fid->mode)) { in v9fs_fid_find_inode()
H A Dfid.h12 struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable,

Completed in 1 milliseconds