Searched refs:get_acl (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | xattr.c | 334 if (pTcon->ses->server->ops->get_acl == NULL) in cifs_xattr_get() 355 pacl = pTcon->ses->server->ops->get_acl(cifs_sb, in cifs_xattr_get()
|
| H A D | cifsacl.c | 1579 else if (ops->get_acl) in cifs_acl_to_fattr() 1580 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info); in cifs_acl_to_fattr() 1636 if (ops->get_acl == NULL) { in id_mode_to_cifs_acl() 1641 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info); in id_mode_to_cifs_acl()
|
| H A D | cifsfs.c | 1152 .get_acl = cifs_get_acl, 1162 .get_acl = cifs_get_acl,
|
| H A D | smb1ops.c | 1400 .get_acl = get_cifs_acl,
|
| H A D | smb2ops.c | 5346 .get_acl = get_smb2_acl, 5451 .get_acl = get_smb2_acl, 5567 .get_acl = get_smb2_acl, 5683 .get_acl = get_smb2_acl,
|
| H A D | cifsglob.h | 576 struct smb_ntsd * (*get_acl)(struct cifs_sb_info *cifssb, struct inode *ino, member
|
| /linux-6.15/fs/ntfs3/ |
| H A D | namei.c | 504 .get_acl = ntfs_get_acl, 518 .get_acl = ntfs_get_acl,
|
| H A D | file.c | 1409 .get_acl = ntfs_get_acl,
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_inode_dotl.c | 935 .get_acl = v9fs_iop_get_acl, 944 .get_acl = v9fs_iop_get_acl,
|
| /linux-6.15/fs/ |
| H A D | posix_acl.c | 156 if (dentry && inode->i_op->get_acl) { in __get_acl() 157 acl = inode->i_op->get_acl(idmap, dentry, type); in __get_acl()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | inode.c | 752 .get_acl = ovl_get_acl, 774 .get_acl = ovl_get_acl,
|
| H A D | dir.c | 1413 .get_acl = ovl_get_acl,
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | inode.c | 1187 .get_acl = ecryptfs_get_acl, 1198 .get_acl = ecryptfs_get_acl,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 92 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int); 115 get_acl: no
|
| H A D | vfs.rst | 515 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
|
| /linux-6.15/fs/fuse/ |
| H A D | dir.c | 2206 .get_acl = fuse_get_acl, 2229 .get_acl = fuse_get_acl,
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2231 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member
|