Searched refs:get_acl (Results 1 – 14 of 14) sorted by relevance
| /fs/smb/client/ |
| 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()
|
| 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()
|
| A D | cifsfs.c | 1152 .get_acl = cifs_get_acl, 1162 .get_acl = cifs_get_acl,
|
| A D | smb2ops.c | 5369 .get_acl = get_smb2_acl, 5474 .get_acl = get_smb2_acl, 5590 .get_acl = get_smb2_acl, 5706 .get_acl = get_smb2_acl,
|
| A D | smb1ops.c | 1412 .get_acl = get_cifs_acl,
|
| A D | cifsglob.h | 576 struct smb_ntsd * (*get_acl)(struct cifs_sb_info *cifssb, struct inode *ino, member
|
| /fs/ntfs3/ |
| A D | namei.c | 516 .get_acl = ntfs_get_acl, 528 .get_acl = ntfs_get_acl,
|
| A D | file.c | 1355 .get_acl = ntfs_get_acl,
|
| /fs/9p/ |
| A D | vfs_inode_dotl.c | 935 .get_acl = v9fs_iop_get_acl, 944 .get_acl = v9fs_iop_get_acl,
|
| /fs/ |
| 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()
|
| /fs/overlayfs/ |
| A D | inode.c | 749 .get_acl = ovl_get_acl, 771 .get_acl = ovl_get_acl,
|
| A D | dir.c | 1431 .get_acl = ovl_get_acl,
|
| /fs/ecryptfs/ |
| A D | inode.c | 1189 .get_acl = ecryptfs_get_acl, 1200 .get_acl = ecryptfs_get_acl,
|
| /fs/fuse/ |
| A D | dir.c | 2224 .get_acl = fuse_get_acl, 2247 .get_acl = fuse_get_acl,
|
Completed in 59 milliseconds