Symbol: set_cached_acl
fs/9p/acl.c
236
set_cached_acl(inode, type, acl);
fs/9p/acl.c
285
set_cached_acl(inode, ACL_TYPE_ACCESS, acl);
fs/9p/acl.c
295
set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl);
fs/9p/acl.c
296
set_cached_acl(inode, ACL_TYPE_ACCESS, acl);
fs/9p/acl.c
88
set_cached_acl(inode, ACL_TYPE_DEFAULT, NULL);
fs/9p/acl.c
89
set_cached_acl(inode, ACL_TYPE_ACCESS, NULL);
fs/9p/acl.c
97
set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl);
fs/9p/acl.c
98
set_cached_acl(inode, ACL_TYPE_ACCESS, pacl);
fs/btrfs/acl.c
99
set_cached_acl(inode, type, acl);
fs/ceph/acl.c
27
set_cached_acl(inode, type, acl);
fs/ext2/acl.c
214
set_cached_acl(inode, type, acl);
fs/ext4/acl.c
222
set_cached_acl(inode, type, acl);
fs/f2fs/acl.c
272
set_cached_acl(inode, type, acl);
fs/gfs2/acl.c
99
set_cached_acl(inode, type, acl);
fs/jffs2/acl.c
269
set_cached_acl(inode, type, acl);
fs/jffs2/acl.c
285
set_cached_acl(inode, ACL_TYPE_DEFAULT, default_acl);
fs/jffs2/acl.c
289
set_cached_acl(inode, ACL_TYPE_ACCESS, acl);
fs/jfs/acl.c
87
set_cached_acl(inode, type, acl);
fs/ntfs3/xattr.c
588
set_cached_acl(inode, type, acl);
fs/ntfs3/xattr.c
665
set_cached_acl(inode, type, acl);
fs/ocfs2/acl.c
259
set_cached_acl(inode, type, acl);
fs/orangefs/acl.c
111
set_cached_acl(inode, type, acl);
fs/posix_acl.c
1032
set_cached_acl(inode, type, acl);
fs/posix_acl.c
1045
set_cached_acl(inode, ACL_TYPE_DEFAULT, default_acl);
fs/posix_acl.c
1046
set_cached_acl(inode, ACL_TYPE_ACCESS, acl);
fs/posix_acl.c
161
set_cached_acl(inode, type, NULL);
fs/posix_acl.c
90
EXPORT_SYMBOL(set_cached_acl);
fs/xfs/xfs_acl.c
216
set_cached_acl(inode, type, acl);
include/linux/posix_acl.h
95
void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl);