Home
last modified time | relevance | path

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

12

/linux-6.12.1/fs/
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);
617 acl = get_inode_acl(inode, ACL_TYPE_ACCESS); in posix_acl_chmod()
647 p = get_inode_acl(dir, ACL_TYPE_DEFAULT); in posix_acl_create()
Dbad_inode.c179 .get_inode_acl = bad_inode_get_acl,
/linux-6.12.1/fs/nfs/
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()
Dnfs3proc.c1010 .get_inode_acl = nfs3_get_acl,
1021 .get_inode_acl = nfs3_get_acl,
/linux-6.12.1/fs/erofs/
Dinode.c351 .get_inode_acl = erofs_get_acl,
359 .get_inode_acl = erofs_get_acl,
366 .get_inode_acl = erofs_get_acl,
Dnamei.c222 .get_inode_acl = erofs_get_acl,
/linux-6.12.1/fs/nfsd/
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()
Dnfs2acl.c58 acl = get_inode_acl(inode, ACL_TYPE_ACCESS); in nfsacld_proc_getacl()
72 acl = get_inode_acl(inode, ACL_TYPE_DEFAULT); in nfsacld_proc_getacl()
Dnfs4acl.c138 pacl = get_inode_acl(inode, ACL_TYPE_ACCESS); in nfsd4_get_nfs4_acl()
150 dpacl = get_inode_acl(inode, ACL_TYPE_DEFAULT); in nfsd4_get_nfs4_acl()
/linux-6.12.1/fs/ext2/
Dnamei.c419 .get_inode_acl = ext2_get_acl,
430 .get_inode_acl = ext2_get_acl,
Dfile.c332 .get_inode_acl = ext2_get_acl,
/linux-6.12.1/include/linux/
Dposix_acl.h165 struct posix_acl *get_inode_acl(struct inode *inode, int type);
/linux-6.12.1/fs/jfs/
Dfile.c136 .get_inode_acl = jfs_get_acl,
/linux-6.12.1/fs/reiserfs/
Dfile.c259 .get_inode_acl = reiserfs_get_acl,
Dxattr_acl.c375 acl = get_inode_acl(inode, ACL_TYPE_DEFAULT); in reiserfs_cache_default_acl()
Dnamei.c1699 .get_inode_acl = reiserfs_get_acl,
1723 .get_inode_acl = reiserfs_get_acl,
/linux-6.12.1/fs/overlayfs/
Dinode.c405 real_acl = get_inode_acl(realinode, posix_acl_type(acl_name)); in ovl_get_acl_path()
746 .get_inode_acl = ovl_get_inode_acl,
768 .get_inode_acl = ovl_get_inode_acl,
/linux-6.12.1/fs/xfs/
Dxfs_iops.c1139 .get_inode_acl = xfs_get_acl,
1166 .get_inode_acl = xfs_get_acl,
1193 .get_inode_acl = xfs_get_acl,
/linux-6.12.1/fs/9p/
Dvfs_inode_dotl.c934 .get_inode_acl = v9fs_iop_get_inode_acl,
943 .get_inode_acl = v9fs_iop_get_inode_acl,
/linux-6.12.1/fs/jffs2/
Dfile.c67 .get_inode_acl = jffs2_get_acl,
/linux-6.12.1/fs/orangefs/
Dnamei.c423 .get_inode_acl = orangefs_get_acl,
/linux-6.12.1/fs/bcachefs/
Dfs.c1423 .get_inode_acl = bch2_get_acl,
1443 .get_inode_acl = bch2_get_acl,
1465 .get_inode_acl = bch2_get_acl,
1475 .get_inode_acl = bch2_get_acl,
/linux-6.12.1/fs/f2fs/
Dnamei.c1329 .get_inode_acl = f2fs_get_acl,
1347 .get_inode_acl = f2fs_get_acl,
/linux-6.12.1/fs/ext4/
Dfile.c954 .get_inode_acl = ext4_get_acl,
/linux-6.12.1/fs/smb/server/
Dvfs.c1408 posix_acls = get_inode_acl(inode, acl_type); in ksmbd_vfs_make_xattr_posix_acl()
1935 acls = get_inode_acl(parent_inode, ACL_TYPE_DEFAULT); in ksmbd_vfs_inherit_posix_acl()

12