Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dxattr.c332 if (pTcon->ses->server->ops->get_acl == NULL) in cifs_xattr_get()
353 pacl = pTcon->ses->server->ops->get_acl(cifs_sb, in cifs_xattr_get()
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()
1634 if (ops->get_acl == NULL) { in id_mode_to_cifs_acl()
1639 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info); in id_mode_to_cifs_acl()
H A Dcifsfs.c1214 .get_acl = cifs_get_acl,
1224 .get_acl = cifs_get_acl,
H A Dsmb1ops.c1470 .get_acl = get_cifs_acl,
H A Dsmb2ops.c5441 .get_acl = get_smb2_acl,
5546 .get_acl = get_smb2_acl,
5662 .get_acl = get_smb2_acl,
5778 .get_acl = get_smb2_acl,
H A Dcifsglob.h577 struct smb_ntsd * (*get_acl)(struct cifs_sb_info *cifssb, struct inode *ino, member
/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