Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
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()
Dcifsacl.c1547 else if (ops->get_acl) in cifs_acl_to_fattr()
1548 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info); in cifs_acl_to_fattr()
1601 if (ops->get_acl == NULL) { in id_mode_to_cifs_acl()
1606 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info); in id_mode_to_cifs_acl()
Dcifsfs.c1154 .get_acl = cifs_get_acl,
1164 .get_acl = cifs_get_acl,
Dsmb1ops.c1234 .get_acl = get_cifs_acl,
Dsmb2ops.c5289 .get_acl = get_smb2_acl,
5393 .get_acl = get_smb2_acl,
5507 .get_acl = get_smb2_acl,
5621 .get_acl = get_smb2_acl,
Dcifsglob.h522 struct cifs_ntsd * (*get_acl)(struct cifs_sb_info *, struct inode *, member
/linux-6.6.21/fs/ntfs3/
Dnamei.c610 .get_acl = ntfs_get_acl,
623 .get_acl = ntfs_get_acl,
Dfile.c1218 .get_acl = ntfs_get_acl,
/linux-6.6.21/fs/9p/
Dvfs_inode_dotl.c998 .get_acl = v9fs_iop_get_acl,
1007 .get_acl = v9fs_iop_get_acl,
/linux-6.6.21/fs/
Dposix_acl.c157 if (dentry && inode->i_op->get_acl) { in __get_acl()
158 acl = inode->i_op->get_acl(idmap, dentry, type); in __get_acl()
/linux-6.6.21/fs/overlayfs/
Dinode.c872 .get_acl = ovl_get_acl,
894 .get_acl = ovl_get_acl,
Ddir.c1312 .get_acl = ovl_get_acl,
/linux-6.6.21/fs/ecryptfs/
Dinode.c1187 .get_acl = ecryptfs_get_acl,
1198 .get_acl = ecryptfs_get_acl,
/linux-6.6.21/Documentation/filesystems/
Dlocking.rst87 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
110 get_acl: no
Dvfs.rst515 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
/linux-6.6.21/fs/fuse/
Ddir.c2113 .get_acl = fuse_get_acl,
2136 .get_acl = fuse_get_acl,
/linux-6.6.21/include/linux/
Dfs.h1998 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member