Home
last modified time | relevance | path

Searched refs:get_acl (Results 1 – 13 of 13) sorted by relevance

/linux/fs/smb/client/
H A Dxattr.c320 if (pTcon->ses->server->ops->get_acl == NULL) in cifs_xattr_get()
328 pacl = pTcon->ses->server->ops->get_acl(cifs_sb, in cifs_xattr_get()
H A Dcifsfs.c1142 .get_acl = cifs_get_acl,
1152 .get_acl = cifs_get_acl,
H A Dsmb1ops.c1170 .get_acl = get_cifs_acl,
H A Dsmb2ops.c5313 .get_acl = get_smb2_acl,
5418 .get_acl = get_smb2_acl,
5534 .get_acl = get_smb2_acl,
5650 .get_acl = get_smb2_acl,
H A Dcifsglob.h544 struct smb_ntsd * (*get_acl)(struct cifs_sb_info *cifssb, struct inode *ino, member
/linux/fs/ntfs3/
H A Dnamei.c504 .get_acl = ntfs_get_acl,
518 .get_acl = ntfs_get_acl,
H A Dfile.c1389 .get_acl = ntfs_get_acl,
/linux/fs/9p/
H A Dvfs_inode_dotl.c935 .get_acl = v9fs_iop_get_acl,
944 .get_acl = v9fs_iop_get_acl,
/linux/fs/
H A Dposix_acl.c156 if (dentry && inode->i_op->get_acl) { in __get_acl()
157 acl = inode->i_op->get_acl(idmap, dentry, type); in __get_acl()
/linux/Documentation/filesystems/
H A Dlocking.rst87 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
110 get_acl: no
H A Dvfs.rst515 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
/linux/fs/fuse/
H A Ddir.c2180 .get_acl = fuse_get_acl,
2203 .get_acl = fuse_get_acl,
/linux/include/linux/
H A Dfs.h2171 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member