Home
last modified time | relevance | path

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

/linux-4.19.296/fs/9p/
Dacl.h18 extern int v9fs_get_acl(struct inode *, struct p9_fid *);
28 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() function
Dvfs_super.c191 retval = v9fs_get_acl(inode, fid); in v9fs_mount()
Dacl.c56 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl() function
Dvfs_inode_dotl.c148 retval = v9fs_get_acl(inode, fid); in v9fs_qid_iget_dotl()