Searched refs:get_acl (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | xattr.c | 332 if (pTcon->ses->server->ops->get_acl == NULL) in cifs_xattr_get() 353 pacl = pTcon->ses->server->ops->get_acl(cifs_sb, in cifs_xattr_get()
|
| H A D | cifsacl.c | 1647 else if (ops->get_acl) in cifs_acl_to_fattr() 1648 pntsd = ops->get_acl(cifs_sb, inode, path, &acllen, info); in cifs_acl_to_fattr() 1705 if (ops->get_acl == NULL) { in id_mode_to_cifs_acl() 1710 pntsd = ops->get_acl(cifs_sb, inode, path, &secdesclen, info); in id_mode_to_cifs_acl()
|
| H A D | cifsfs.c | 1184 .get_acl = cifs_get_acl, 1194 .get_acl = cifs_get_acl,
|
| H A D | smb1ops.c | 1467 .get_acl = get_cifs_acl,
|
| H A D | smb2ops.c | 5478 .get_acl = get_smb2_acl, 5583 .get_acl = get_smb2_acl, 5699 .get_acl = get_smb2_acl, 5815 .get_acl = get_smb2_acl,
|
| H A D | cifsglob.h | 574 struct smb_ntsd * (*get_acl)(struct cifs_sb_info *cifssb, struct inode *ino, member
|
| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 934 .get_acl = v9fs_iop_get_acl, 943 .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/ntfs/ |
| H A D | file.c | 1139 .get_acl = ntfs_get_acl, 1154 .get_acl = ntfs_get_acl,
|
| H A D | namei.c | 1580 .get_acl = ntfs_get_acl,
|