Searched refs:get_acl (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | xattr.c | 317 if (pTcon->ses->server->ops->get_acl == NULL) in cifs_xattr_get() 325 pacl = pTcon->ses->server->ops->get_acl(cifs_sb, in cifs_xattr_get()
|
D | cifsacl.c | 1547 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()
|
D | cifsfs.c | 1154 .get_acl = cifs_get_acl, 1164 .get_acl = cifs_get_acl,
|
D | smb1ops.c | 1259 .get_acl = get_cifs_acl,
|
D | smb2ops.c | 5237 .get_acl = get_smb2_acl, 5341 .get_acl = get_smb2_acl, 5455 .get_acl = get_smb2_acl, 5569 .get_acl = get_smb2_acl,
|
D | cifsglob.h | 503 struct cifs_ntsd * (*get_acl)(struct cifs_sb_info *, struct inode *, member
|
/Linux-v6.6/fs/ntfs3/ |
D | namei.c | 598 .get_acl = ntfs_get_acl, 611 .get_acl = ntfs_get_acl,
|
D | file.c | 1175 .get_acl = ntfs_get_acl,
|
/Linux-v6.6/fs/9p/ |
D | vfs_inode_dotl.c | 997 .get_acl = v9fs_iop_get_acl, 1006 .get_acl = v9fs_iop_get_acl,
|
/Linux-v6.6/fs/ |
D | posix_acl.c | 157 if (dentry && inode->i_op->get_acl) { in __get_acl() 158 acl = inode->i_op->get_acl(idmap, dentry, type); in __get_acl()
|
/Linux-v6.6/fs/ecryptfs/ |
D | inode.c | 1171 .get_acl = ecryptfs_get_acl, 1182 .get_acl = ecryptfs_get_acl,
|
/Linux-v6.6/fs/overlayfs/ |
D | inode.c | 872 .get_acl = ovl_get_acl, 894 .get_acl = ovl_get_acl,
|
D | dir.c | 1312 .get_acl = ovl_get_acl,
|
/Linux-v6.6/Documentation/filesystems/ |
D | locking.rst | 87 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int); 110 get_acl: no
|
D | vfs.rst | 515 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
|
/Linux-v6.6/fs/fuse/ |
D | dir.c | 2113 .get_acl = fuse_get_acl, 2136 .get_acl = fuse_get_acl,
|
/Linux-v6.6/include/linux/ |
D | fs.h | 1937 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member
|