Symbol: get_inode_acl
fs/9p/vfs_inode_dotl.c
977
.get_inode_acl = v9fs_iop_get_inode_acl,
fs/9p/vfs_inode_dotl.c
986
.get_inode_acl = v9fs_iop_get_inode_acl,
fs/bad_inode.c
180
.get_inode_acl = bad_inode_get_acl,
fs/btrfs/inode.c
10529
.get_inode_acl = btrfs_get_acl,
fs/btrfs/inode.c
10583
.get_inode_acl = btrfs_get_acl,
fs/btrfs/inode.c
10594
.get_inode_acl = btrfs_get_acl,
fs/ceph/dir.c
2252
.get_inode_acl = ceph_get_acl,
fs/ceph/inode.c
285
.get_inode_acl = ceph_get_acl,
fs/erofs/inode.c
383
.get_inode_acl = erofs_get_acl,
fs/erofs/inode.c
391
.get_inode_acl = erofs_get_acl,
fs/erofs/inode.c
398
.get_inode_acl = erofs_get_acl,
fs/erofs/namei.c
222
.get_inode_acl = erofs_get_acl,
fs/ext2/file.c
227
.get_inode_acl = ext2_get_acl,
fs/ext2/namei.c
421
.get_inode_acl = ext2_get_acl,
fs/ext2/namei.c
432
.get_inode_acl = ext2_get_acl,
fs/ext4/file.c
1001
.get_inode_acl = ext4_get_acl,
fs/ext4/ialloc.c
882
struct posix_acl *p = get_inode_acl(dir, ACL_TYPE_DEFAULT);
fs/ext4/namei.c
4236
.get_inode_acl = ext4_get_acl,
fs/ext4/namei.c
4247
.get_inode_acl = ext4_get_acl,
fs/f2fs/file.c
1217
.get_inode_acl = f2fs_get_acl,
fs/f2fs/namei.c
1381
.get_inode_acl = f2fs_get_acl,
fs/f2fs/namei.c
1399
.get_inode_acl = f2fs_get_acl,
fs/fuse/dir.c
2412
.get_inode_acl = fuse_get_inode_acl,
fs/fuse/dir.c
2435
.get_inode_acl = fuse_get_inode_acl,
fs/gfs2/inode.c
2301
.get_inode_acl = gfs2_get_acl,
fs/gfs2/inode.c
2323
.get_inode_acl = gfs2_get_acl,
fs/jffs2/dir.c
67
.get_inode_acl = jffs2_get_acl,
fs/jffs2/file.c
71
.get_inode_acl = jffs2_get_acl,
fs/jfs/file.c
140
.get_inode_acl = jfs_get_acl,
fs/jfs/namei.c
1538
.get_inode_acl = jfs_get_acl,
fs/namei.c
390
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/nfs/nfs3acl.c
267
alloc = get_inode_acl(inode, ACL_TYPE_DEFAULT);
fs/nfs/nfs3acl.c
274
alloc = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/nfs/nfs3acl.c
309
acl = get_inode_acl(inode, type);
fs/nfs/nfs3proc.c
1059
.get_inode_acl = nfs3_get_acl,
fs/nfs/nfs3proc.c
1071
.get_inode_acl = nfs3_get_acl,
fs/nfsd/nfs2acl.c
58
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/nfsd/nfs2acl.c
72
acl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
fs/nfsd/nfs3acl.c
50
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/nfsd/nfs3acl.c
64
acl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
fs/nfsd/nfs4acl.c
138
pacl = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/nfsd/nfs4acl.c
150
dpacl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
fs/nfsd/nfs4xdr.c
4083
dpacl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
fs/nfsd/nfs4xdr.c
4105
pacl = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/ocfs2/file.c
2794
.get_inode_acl = ocfs2_iop_get_acl,
fs/ocfs2/file.c
2805
.get_inode_acl = ocfs2_iop_get_acl,
fs/ocfs2/namei.c
2941
.get_inode_acl = ocfs2_iop_get_acl,
fs/orangefs/inode.c
966
.get_inode_acl = orangefs_get_acl,
fs/orangefs/namei.c
419
.get_inode_acl = orangefs_get_acl,
fs/overlayfs/dir.c
1489
.get_inode_acl = ovl_get_inode_acl,
fs/overlayfs/inode.c
399
real_acl = get_inode_acl(realinode, posix_acl_type(acl_name));
fs/overlayfs/inode.c
734
.get_inode_acl = ovl_get_inode_acl,
fs/overlayfs/inode.c
756
.get_inode_acl = ovl_get_inode_acl,
fs/posix_acl.c
165
} else if (inode->i_op->get_inode_acl) {
fs/posix_acl.c
166
acl = inode->i_op->get_inode_acl(inode, type, false);
fs/posix_acl.c
193
EXPORT_SYMBOL(get_inode_acl);
fs/posix_acl.c
623
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/posix_acl.c
653
p = get_inode_acl(dir, ACL_TYPE_DEFAULT);
fs/posix_acl.c
72
ret = inode->i_op->get_inode_acl(inode, type, LOOKUP_RCU);
fs/smb/server/smb2pdu.c
2959
fattr->cf_acls = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/smb/server/smb2pdu.c
2961
fattr->cf_dacls = get_inode_acl(inode, ACL_TYPE_DEFAULT);
fs/smb/server/smbacl.c
1547
posix_acls = get_inode_acl(d_inode(path->dentry), ACL_TYPE_ACCESS);
fs/smb/server/vfs.c
1379
posix_acls = get_inode_acl(inode, acl_type);
fs/smb/server/vfs.c
1893
acls = get_inode_acl(parent_inode, ACL_TYPE_DEFAULT);
fs/xfs/xfs_iops.c
1265
.get_inode_acl = xfs_get_acl,
fs/xfs/xfs_iops.c
1293
.get_inode_acl = xfs_get_acl,
fs/xfs/xfs_iops.c
1321
.get_inode_acl = xfs_get_acl,
include/linux/fs.h
2000
struct posix_acl * (*get_inode_acl)(struct inode *, int, bool);
include/linux/posix_acl.h
170
struct posix_acl *get_inode_acl(struct inode *inode, int type);