Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsacl.c1576 else if (ops->get_acl) in cifs_acl_to_fattr()
1577 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info); in cifs_acl_to_fattr()
1633 if (ops->get_acl == NULL) { in id_mode_to_cifs_acl()
1638 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info); in id_mode_to_cifs_acl()
H A Dcifsfs.c1207 .get_acl = cifs_get_acl,
1217 .get_acl = cifs_get_acl,
H A Dsmb1ops.c1464 .get_acl = get_cifs_acl,
H A Dsmb2ops.c5443 .get_acl = get_smb2_acl,
5548 .get_acl = get_smb2_acl,
5664 .get_acl = get_smb2_acl,
5780 .get_acl = get_smb2_acl,
/linux/fs/9p/
H A Dvfs_inode_dotl.c930 .get_acl = v9fs_iop_get_acl,
939 .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/fs/ecryptfs/
H A Dinode.c1167 .get_acl = ecryptfs_get_acl,
1178 .get_acl = ecryptfs_get_acl,
/linux/Documentation/filesystems/
H A Dlocking.rst94 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
117 get_acl: no
/linux/fs/fuse/
H A Ddir.c2417 .get_acl = fuse_get_acl,
2440 .get_acl = fuse_get_acl,
/linux/fs/overlayfs/
H A Ddir.c1475 .get_acl = ovl_get_acl,
/linux/fs/ntfs3/
H A Dfile.c1550 .get_acl = ntfs_get_acl,
/linux/include/linux/
H A Dfs.h2036 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member