Symbol: get_inode_acl
fs/9p/vfs_inode_dotl.c
929
.get_inode_acl = v9fs_iop_get_inode_acl,
fs/9p/vfs_inode_dotl.c
938
.get_inode_acl = v9fs_iop_get_inode_acl,
fs/bad_inode.c
180
.get_inode_acl = bad_inode_get_acl,
fs/btrfs/inode.c
10695
.get_inode_acl = btrfs_get_acl,
fs/btrfs/inode.c
10749
.get_inode_acl = btrfs_get_acl,
fs/btrfs/inode.c
10760
.get_inode_acl = btrfs_get_acl,
fs/ceph/dir.c
2245
.get_inode_acl = ceph_get_acl,
fs/ceph/inode.c
285
.get_inode_acl = ceph_get_acl,
fs/erofs/inode.c
382
.get_inode_acl = erofs_get_acl,
fs/erofs/inode.c
390
.get_inode_acl = erofs_get_acl,
fs/erofs/inode.c
397
.get_inode_acl = erofs_get_acl,
fs/erofs/namei.c
222
.get_inode_acl = erofs_get_acl,
fs/ext2/file.c
336
.get_inode_acl = ext2_get_acl,
fs/ext2/namei.c
420
.get_inode_acl = ext2_get_acl,
fs/ext2/namei.c
431
.get_inode_acl = ext2_get_acl,
fs/ext4/file.c
985
.get_inode_acl = ext4_get_acl,
fs/ext4/ialloc.c
880
struct posix_acl *p = get_inode_acl(dir, ACL_TYPE_DEFAULT);
fs/ext4/namei.c
4226
.get_inode_acl = ext4_get_acl,
fs/ext4/namei.c
4237
.get_inode_acl = ext4_get_acl,
fs/f2fs/file.c
1207
.get_inode_acl = f2fs_get_acl,
fs/f2fs/namei.c
1365
.get_inode_acl = f2fs_get_acl,
fs/f2fs/namei.c
1383
.get_inode_acl = f2fs_get_acl,
fs/fuse/dir.c
2416
.get_inode_acl = fuse_get_inode_acl,
fs/fuse/dir.c
2439
.get_inode_acl = fuse_get_inode_acl,
fs/gfs2/inode.c
2299
.get_inode_acl = gfs2_get_acl,
fs/gfs2/inode.c
2321
.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
385
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
1057
.get_inode_acl = nfs3_get_acl,
fs/nfs/nfs3proc.c
1068
.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
4008
dpacl = get_inode_acl(inode, ACL_TYPE_DEFAULT);
fs/nfsd/nfs4xdr.c
4030
pacl = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/ocfs2/file.c
2789
.get_inode_acl = ocfs2_iop_get_acl,
fs/ocfs2/file.c
2800
.get_inode_acl = ocfs2_iop_get_acl,
fs/ocfs2/namei.c
2944
.get_inode_acl = ocfs2_iop_get_acl,
fs/orangefs/inode.c
948
.get_inode_acl = orangefs_get_acl,
fs/orangefs/namei.c
419
.get_inode_acl = orangefs_get_acl,
fs/overlayfs/dir.c
1474
.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
158
} else if (inode->i_op->get_inode_acl) {
fs/posix_acl.c
159
acl = inode->i_op->get_inode_acl(inode, type, false);
fs/posix_acl.c
186
EXPORT_SYMBOL(get_inode_acl);
fs/posix_acl.c
616
acl = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/posix_acl.c
646
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
2692
fattr->cf_acls = get_inode_acl(inode, ACL_TYPE_ACCESS);
fs/smb/server/smb2pdu.c
2694
fattr->cf_dacls = get_inode_acl(inode, ACL_TYPE_DEFAULT);
fs/smb/server/smbacl.c
1391
posix_acls = get_inode_acl(d_inode(path->dentry), ACL_TYPE_ACCESS);
fs/smb/server/vfs.c
1348
posix_acls = get_inode_acl(inode, acl_type);
fs/smb/server/vfs.c
1866
acls = get_inode_acl(parent_inode, ACL_TYPE_DEFAULT);
fs/xfs/xfs_iops.c
1282
.get_inode_acl = xfs_get_acl,
fs/xfs/xfs_iops.c
1310
.get_inode_acl = xfs_get_acl,
fs/xfs/xfs_iops.c
1338
.get_inode_acl = xfs_get_acl,
include/linux/fs.h
2005
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);