Searched refs:get_inode_acl (Results 1 – 17 of 17) sorted by relevance
| /linux/fs/ |
| H A D | posix_acl.c | 72 ret = inode->i_op->get_inode_acl(inode, type, LOOKUP_RCU); in get_cached_acl_rcu() 158 } else if (inode->i_op->get_inode_acl) { in __get_acl() 159 acl = inode->i_op->get_inode_acl(inode, type, false); in __get_acl() 182 struct posix_acl *get_inode_acl(struct inode *inode, int type) in get_inode_acl() function 186 EXPORT_SYMBOL(get_inode_acl); 616 acl = get_inode_acl(inode, ACL_TYPE_ACCESS); in posix_acl_chmod() 646 p = get_inode_acl(dir, ACL_TYPE_DEFAULT); in posix_acl_create()
|
| H A D | namei.c | 385 acl = get_inode_acl(inode, ACL_TYPE_ACCESS); in check_acl()
|
| /linux/fs/nfs/ |
| H A D | nfs3acl.c | 267 alloc = get_inode_acl(inode, ACL_TYPE_DEFAULT); in nfs3_set_acl() 274 alloc = get_inode_acl(inode, ACL_TYPE_ACCESS); in nfs3_set_acl() 309 acl = get_inode_acl(inode, type); in nfs3_list_one_acl()
|
| H A D | nfs3proc.c | 1058 .get_inode_acl = nfs3_get_acl, 1069 .get_inode_acl = nfs3_get_acl,
|
| /linux/fs/nfsd/ |
| H A D | nfs3acl.c | 50 acl = get_inode_acl(inode, ACL_TYPE_ACCESS); in nfsd3_proc_getacl() 64 acl = get_inode_acl(inode, ACL_TYPE_DEFAULT); in nfsd3_proc_getacl()
|
| H A D | nfs4xdr.c | 4009 dpacl = get_inode_acl(inode, ACL_TYPE_DEFAULT); in nfsd4_encode_fattr4() 4031 pacl = get_inode_acl(inode, ACL_TYPE_ACCESS); in nfsd4_encode_fattr4()
|
| /linux/fs/erofs/ |
| H A D | inode.c | 382 .get_inode_acl = erofs_get_acl, 390 .get_inode_acl = erofs_get_acl, 397 .get_inode_acl = erofs_get_acl,
|
| H A D | namei.c | 222 .get_inode_acl = erofs_get_acl,
|
| /linux/fs/orangefs/ |
| H A D | namei.c | 419 .get_inode_acl = orangefs_get_acl,
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 1348 posix_acls = get_inode_acl(inode, acl_type); in ksmbd_vfs_make_xattr_posix_acl() 1866 acls = get_inode_acl(parent_inode, ACL_TYPE_DEFAULT); in ksmbd_vfs_inherit_posix_acl()
|
| H A D | smbacl.c | 1465 posix_acls = get_inode_acl(d_inode(path->dentry), ACL_TYPE_ACCESS); in smb_check_perm_dacl()
|
| H A D | smb2pdu.c | 2691 fattr->cf_acls = get_inode_acl(inode, ACL_TYPE_ACCESS); in ksmbd_acls_fattr() 2693 fattr->cf_dacls = get_inode_acl(inode, ACL_TYPE_DEFAULT); in ksmbd_acls_fattr()
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 2789 .get_inode_acl = ocfs2_iop_get_acl, 2800 .get_inode_acl = ocfs2_iop_get_acl,
|
| /linux/fs/ext4/ |
| H A D | ialloc.c | 880 struct posix_acl *p = get_inode_acl(dir, ACL_TYPE_DEFAULT); in ext4_xattr_credits_for_new_inode()
|
| /linux/fs/ceph/ |
| H A D | dir.c | 2247 .get_inode_acl = ceph_get_acl,
|
| H A D | inode.c | 285 .get_inode_acl = ceph_get_acl,
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 10695 .get_inode_acl = btrfs_get_acl, 10749 .get_inode_acl = btrfs_get_acl, 10760 .get_inode_acl = btrfs_get_acl,
|