Searched refs:get_acl (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifsacl.c | 1576 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 D | cifsfs.c | 1207 .get_acl = cifs_get_acl, 1217 .get_acl = cifs_get_acl,
|
| H A D | smb1ops.c | 1464 .get_acl = get_cifs_acl,
|
| H A D | smb2ops.c | 5443 .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 D | vfs_inode_dotl.c | 930 .get_acl = v9fs_iop_get_acl, 939 .get_acl = v9fs_iop_get_acl,
|
| /linux/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/fs/ecryptfs/ |
| H A D | inode.c | 1167 .get_acl = ecryptfs_get_acl, 1178 .get_acl = ecryptfs_get_acl,
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 94 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int); 117 get_acl: no
|
| /linux/fs/fuse/ |
| H A D | dir.c | 2417 .get_acl = fuse_get_acl, 2440 .get_acl = fuse_get_acl,
|
| /linux/fs/overlayfs/ |
| H A D | dir.c | 1475 .get_acl = ovl_get_acl,
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 1550 .get_acl = ntfs_get_acl,
|
| /linux/include/linux/ |
| H A D | fs.h | 2036 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member
|