Symbol: SB_POSIXACL
fs/9p/vfs_super.c
70
sb->s_flags |= SB_POSIXACL;
fs/btrfs/super.c
1115
if (!(info->sb->s_flags & SB_POSIXACL))
fs/btrfs/super.c
1562
if ((fc->sb_flags & SB_POSIXACL) != (sb->s_flags & SB_POSIXACL))
fs/btrfs/super.c
1563
fc->sb_flags_mask |= SB_POSIXACL;
fs/btrfs/super.c
2194
fc->sb_flags |= SB_POSIXACL;
fs/btrfs/super.c
448
fc->sb_flags &= ~SB_POSIXACL;
fs/btrfs/super.c
451
fc->sb_flags |= SB_POSIXACL;
fs/btrfs/super.c
465
fc->sb_flags_mask |= SB_POSIXACL;
fs/ceph/super.c
1461
fc->sb_flags |= SB_POSIXACL;
fs/ceph/super.c
569
fc->sb_flags |= SB_POSIXACL;
fs/ceph/super.c
574
fc->sb_flags &= ~SB_POSIXACL;
fs/ceph/super.c
726
if (root->d_sb->s_flags & SB_POSIXACL)
fs/ecryptfs/main.c
519
s->s_flags = fc->sb_flags & ~SB_POSIXACL;
fs/ecryptfs/main.c
520
s->s_flags |= path.dentry->d_sb->s_flags & SB_POSIXACL;
fs/erofs/super.c
740
sb->s_flags |= SB_POSIXACL;
fs/erofs/super.c
742
sb->s_flags &= ~SB_POSIXACL;
fs/erofs/super.c
830
fc->sb_flags |= SB_POSIXACL;
fs/erofs/super.c
832
fc->sb_flags &= ~SB_POSIXACL;
fs/ext2/super.c
1437
sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
fs/ext2/super.c
1438
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext2/super.c
955
sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
fs/ext2/super.c
956
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext4/super.c
5402
sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
fs/ext4/super.c
5403
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/ext4/super.c
6655
sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
fs/ext4/super.c
6656
(test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
fs/f2fs/super.c
3008
sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
fs/f2fs/super.c
3009
(test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
fs/f2fs/super.c
5032
sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
fs/f2fs/super.c
5033
(test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
fs/fuse/inode.c
1874
if (sb->s_flags & SB_POSIXACL)
fs/fuse/inode.c
1876
sb->s_flags |= SB_POSIXACL;
fs/gfs2/ops_fstype.c
1133
sb->s_flags |= SB_POSIXACL;
fs/gfs2/ops_fstype.c
1604
sb->s_flags |= SB_POSIXACL;
fs/gfs2/ops_fstype.c
1606
sb->s_flags &= ~SB_POSIXACL;
fs/jffs2/super.c
288
sb->s_flags |= SB_POSIXACL;
fs/jfs/super.c
483
sb->s_flags |= SB_POSIXACL;
fs/namespace.c
4144
SB_POSIXACL |
fs/nfs/super.c
1091
sb->s_flags |= SB_POSIXACL;
fs/nilfs2/super.c
1192
sb->s_flags = (sb->s_flags & ~SB_POSIXACL);
fs/ntfs3/inode.c
1672
if (!S_ISLNK(mode) && (sb->s_flags & SB_POSIXACL)) {
fs/ntfs3/super.c
1844
fc->sb_flags |= SB_POSIXACL;
fs/ntfs3/super.c
395
fc->sb_flags |= SB_POSIXACL;
fs/ntfs3/super.c
401
fc->sb_flags &= ~SB_POSIXACL;
fs/ntfs3/super.c
789
if (sb->s_flags & SB_POSIXACL)
fs/ntfs3/xattr.c
728
if (!(sb->s_flags & SB_POSIXACL))
fs/ocfs2/super.c
1024
sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) |
fs/ocfs2/super.c
1025
((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0);
fs/ocfs2/super.c
717
sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
fs/ocfs2/super.c
719
SB_POSIXACL : 0);
fs/ocfs2/xattr.c
897
if (!(sb->s_flags & SB_POSIXACL))
fs/orangefs/super.c
42
if (root->d_sb->s_flags & SB_POSIXACL)
fs/orangefs/super.c
589
fc->sb_flags_mask &= ~SB_POSIXACL;
fs/orangefs/super.c
64
fc->sb_flags |= SB_POSIXACL;
fs/overlayfs/super.c
1522
sb->s_flags |= SB_POSIXACL;
fs/smb/client/cifsacl.c
1738
if (sb->s_flags & SB_POSIXACL)
fs/smb/client/cifsacl.c
1746
if (sb->s_flags & SB_POSIXACL)
fs/smb/client/cifsacl.c
1815
if (sb->s_flags & SB_POSIXACL)
fs/smb/client/cifsacl.c
1823
if (sb->s_flags & SB_POSIXACL)
fs/smb/client/cifsfs.c
241
sb->s_flags |= SB_POSIXACL;
fs/smb/client/cifsfs.c
765
if (root->d_sb->s_flags & SB_POSIXACL)
fs/xfs/xfs_super.h
23
# define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
include/linux/fs.h
2155
#define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
mm/shmem.c
5097
sb->s_flags |= SB_POSIXACL;