/kernel/linux/linux-5.10/fs/cifs/ |
D | xattr.c | 208 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_set() 220 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_set() 359 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_get() 369 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_get()
|
D | cifsfs.c | 171 sb->s_flags |= SB_POSIXACL; in cifs_read_super() 595 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
|
/kernel/linux/linux-5.10/fs/erofs/ |
D | super.c | 370 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super() 372 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super() 420 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure() 422 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_super.h | 23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
|
/kernel/linux/linux-5.10/fs/orangefs/ |
D | super.c | 44 if (root->d_sb->s_flags & SB_POSIXACL) in orangefs_show_options() 64 sb->s_flags &= ~SB_POSIXACL; in parse_mount_options() 77 sb->s_flags |= SB_POSIXACL; in parse_mount_options()
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | super.c | 444 fc->sb_flags |= SB_POSIXACL; in ceph_parse_mount_param() 449 fc->sb_flags &= ~SB_POSIXACL; in ceph_parse_mount_param() 566 if (root->d_sb->s_flags & SB_POSIXACL) in ceph_show_options() 1202 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
D | main.c | 555 s->s_flags = flags & ~SB_POSIXACL; in ecryptfs_mount() 556 s->s_flags |= path.dentry->d_sb->s_flags & SB_POSIXACL; in ecryptfs_mount()
|
/kernel/linux/linux-5.10/fs/9p/ |
D | vfs_super.c | 94 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
|
/kernel/linux/linux-5.10/fs/ext2/ |
D | super.c | 919 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_fill_super() 920 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super() 1390 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_remount() 1391 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_remount()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | super.c | 286 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | xattr.c | 1038 s->s_flags |= SB_POSIXACL; in reiserfs_xattr_init() 1040 s->s_flags &= ~SB_POSIXACL; in reiserfs_xattr_init()
|
D | inode.c | 2113 } else if (inode->i_sb->s_flags & SB_POSIXACL) { in reiserfs_new_inode()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | super.c | 740 info->sb->s_flags |= SB_POSIXACL; in btrfs_parse_options() 748 info->sb->s_flags &= ~SB_POSIXACL; in btrfs_parse_options() 1305 sb->s_flags |= SB_POSIXACL; in btrfs_fill_super() 1430 if (!(info->sb->s_flags & SB_POSIXACL)) in btrfs_show_options()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | ops_fstype.c | 1132 sb->s_flags |= SB_POSIXACL; in gfs2_fill_super() 1575 sb->s_flags |= SB_POSIXACL; in gfs2_reconfigure() 1577 sb->s_flags &= ~SB_POSIXACL; in gfs2_reconfigure()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | super.c | 725 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ocfs2_remount() 727 SB_POSIXACL : 0); in ocfs2_remount() 1039 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) | in ocfs2_fill_super() 1040 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0); in ocfs2_fill_super()
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | inode.c | 1367 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common() 1369 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
|
/kernel/linux/linux-5.10/fs/jfs/ |
D | super.c | 521 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | super.c | 2024 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_remount() 2025 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_remount() 3686 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_fill_super() 3687 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | super.c | 1036 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | super.c | 1122 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_remount()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs.h | 1356 #define SB_POSIXACL (1<<16) /* VFS does not apply the umask */ macro 2024 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | super.c | 4335 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext4_fill_super() 4336 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext4_fill_super() 5917 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext4_remount() 5918 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext4_remount()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
D | super.c | 2025 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()
|
/kernel/linux/linux-5.10/fs/ |
D | namespace.c | 3215 SB_POSIXACL | in path_mount()
|
/kernel/linux/linux-5.10/mm/ |
D | shmem.c | 3783 sb->s_flags |= SB_POSIXACL; in shmem_fill_super()
|