Searched refs:get_acl (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | xattr.c | 320 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()
|
H A 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()
|
H A D | cifsfs.c | 1169 .get_acl = cifs_get_acl, 1179 .get_acl = cifs_get_acl,
|
H A D | smb1ops.c | 1170 .get_acl = get_cifs_acl,
|
H A D | smb2ops.c | 5206 .get_acl = get_smb2_acl, 5311 .get_acl = get_smb2_acl, 5427 .get_acl = get_smb2_acl, 5543 .get_acl = get_smb2_acl,
|
H A D | cifsglob.h | 542 struct cifs_ntsd * (*get_acl)(struct cifs_sb_info *, struct inode *, member
|
/openbmc/linux/fs/ntfs3/ |
H A D | namei.c | 610 .get_acl = ntfs_get_acl, 623 .get_acl = ntfs_get_acl,
|
H A D | file.c | 1217 .get_acl = ntfs_get_acl,
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | 998 .get_acl = v9fs_iop_get_acl, 1007 .get_acl = v9fs_iop_get_acl,
|
/openbmc/linux/fs/ |
H A 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()
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 872 .get_acl = ovl_get_acl, 894 .get_acl = ovl_get_acl,
|
H A D | dir.c | 1309 .get_acl = ovl_get_acl,
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 1187 .get_acl = ecryptfs_get_acl, 1198 .get_acl = ecryptfs_get_acl,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locking.rst | 87 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int); 110 get_acl: no
|
H A D | vfs.rst | 515 struct posix_acl * (*get_acl)(struct mnt_idmap *, struct dentry *, int);
|
/openbmc/linux/fs/fuse/ |
H A D | dir.c | 2118 .get_acl = fuse_get_acl, 2141 .get_acl = fuse_get_acl,
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1999 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member
|