Searched refs:get_acl (Results 1 – 13 of 13) sorted by relevance
/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 | cifsfs.c | 1142 .get_acl = cifs_get_acl, 1152 .get_acl = cifs_get_acl,
|
H A D | smb1ops.c | 1170 .get_acl = get_cifs_acl,
|
H A D | smb2ops.c | 5313 .get_acl = get_smb2_acl, 5418 .get_acl = get_smb2_acl, 5534 .get_acl = get_smb2_acl, 5650 .get_acl = get_smb2_acl,
|
H A D | cifsglob.h | 544 struct smb_ntsd * (*get_acl)(struct cifs_sb_info *cifssb, struct inode *ino, member
|
/linux/fs/ntfs3/ |
H A D | namei.c | 504 .get_acl = ntfs_get_acl, 518 .get_acl = ntfs_get_acl,
|
H A D | file.c | 1389 .get_acl = ntfs_get_acl,
|
/linux/fs/9p/ |
H A D | vfs_inode_dotl.c | 935 .get_acl = v9fs_iop_get_acl, 944 .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/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);
|
/linux/fs/fuse/ |
H A D | dir.c | 2180 .get_acl = fuse_get_acl, 2203 .get_acl = fuse_get_acl,
|
/linux/include/linux/ |
H A D | fs.h | 2171 struct posix_acl *(*get_acl)(struct mnt_idmap *, struct dentry *, member
|