Home
last modified time | relevance | path

Searched refs:v9fs_get_acl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/9p/
H A Dacl.h10 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid);
27 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() function
H A Dvfs_super.c181 retval = v9fs_get_acl(inode, fid); in v9fs_mount()
H A Dacl.c78 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() function
H A Dvfs_inode_dotl.c133 retval = v9fs_get_acl(inode, fid); in v9fs_qid_iget_dotl()