Home
last modified time | relevance | path

Searched refs:get_inode_acl (Results 1 – 17 of 17) sorted by relevance

/linux/fs/
H A Dposix_acl.c72 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 Dnamei.c385 acl = get_inode_acl(inode, ACL_TYPE_ACCESS); in check_acl()
/linux/fs/nfs/
H A Dnfs3acl.c267 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 Dnfs3proc.c1058 .get_inode_acl = nfs3_get_acl,
1069 .get_inode_acl = nfs3_get_acl,
/linux/fs/nfsd/
H A Dnfs3acl.c50 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 Dnfs4xdr.c4009 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 Dinode.c382 .get_inode_acl = erofs_get_acl,
390 .get_inode_acl = erofs_get_acl,
397 .get_inode_acl = erofs_get_acl,
H A Dnamei.c222 .get_inode_acl = erofs_get_acl,
/linux/fs/orangefs/
H A Dnamei.c419 .get_inode_acl = orangefs_get_acl,
/linux/fs/smb/server/
H A Dvfs.c1348 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 Dsmbacl.c1465 posix_acls = get_inode_acl(d_inode(path->dentry), ACL_TYPE_ACCESS); in smb_check_perm_dacl()
H A Dsmb2pdu.c2691 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 Dfile.c2789 .get_inode_acl = ocfs2_iop_get_acl,
2800 .get_inode_acl = ocfs2_iop_get_acl,
/linux/fs/ext4/
H A Dialloc.c880 struct posix_acl *p = get_inode_acl(dir, ACL_TYPE_DEFAULT); in ext4_xattr_credits_for_new_inode()
/linux/fs/ceph/
H A Ddir.c2247 .get_inode_acl = ceph_get_acl,
H A Dinode.c285 .get_inode_acl = ceph_get_acl,
/linux/fs/btrfs/
H A Dinode.c10695 .get_inode_acl = btrfs_get_acl,
10749 .get_inode_acl = btrfs_get_acl,
10760 .get_inode_acl = btrfs_get_acl,