| /linux/fs/xfs/ |
| H A D | xfs_super.h | 23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
|
| /linux/fs/orangefs/ |
| H A D | super.c | 42 if (root->d_sb->s_flags & SB_POSIXACL) in orangefs_show_options() 64 fc->sb_flags |= SB_POSIXACL; in orangefs_parse_param() 589 fc->sb_flags_mask &= ~SB_POSIXACL; in orangefs_init_fs_context()
|
| /linux/fs/btrfs/ |
| H A D | super.c | 448 fc->sb_flags &= ~SB_POSIXACL; in btrfs_parse_param() 451 fc->sb_flags |= SB_POSIXACL; in btrfs_parse_param() 465 fc->sb_flags_mask |= SB_POSIXACL; in btrfs_parse_param() 1115 if (!(info->sb->s_flags & SB_POSIXACL)) in btrfs_show_options() 1562 if ((fc->sb_flags & SB_POSIXACL) != (sb->s_flags & SB_POSIXACL)) in btrfs_reconfigure() 1563 fc->sb_flags_mask |= SB_POSIXACL; in btrfs_reconfigure() 2194 fc->sb_flags |= SB_POSIXACL; in btrfs_init_fs_context()
|
| /linux/fs/erofs/ |
| H A D | super.c | 740 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super() 742 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super() 830 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure() 832 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
|
| /linux/include/linux/fs/ |
| H A D | super_types.h | 293 #define SB_POSIXACL BIT(16) /* Supports POSIX ACLs */ macro
|
| /linux/fs/ecryptfs/ |
| H A D | main.c | 519 s->s_flags = fc->sb_flags & ~SB_POSIXACL; in ecryptfs_get_tree() 520 s->s_flags |= path.dentry->d_sb->s_flags & SB_POSIXACL; in ecryptfs_get_tree()
|
| /linux/fs/ceph/ |
| H A D | super.c | 569 fc->sb_flags |= SB_POSIXACL; in ceph_parse_mount_param() 574 fc->sb_flags &= ~SB_POSIXACL; in ceph_parse_mount_param() 726 if (root->d_sb->s_flags & SB_POSIXACL) in ceph_show_options() 1461 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
|
| /linux/fs/ntfs3/ |
| H A D | super.c | 395 fc->sb_flags |= SB_POSIXACL; in ntfs_fs_parse_param() 401 fc->sb_flags &= ~SB_POSIXACL; in ntfs_fs_parse_param() 789 if (sb->s_flags & SB_POSIXACL) in ntfs_show_options() 1844 fc->sb_flags |= SB_POSIXACL; in __ntfs_init_fs_context()
|
| /linux/fs/ext2/ |
| H A D | super.c | 955 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_fill_super() 956 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super() 1437 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_reconfigure() 1438 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_reconfigure()
|
| /linux/fs/smb/client/ |
| H A D | cifsacl.c | 1738 if (sb->s_flags & SB_POSIXACL) in cifs_get_acl() 1746 if (sb->s_flags & SB_POSIXACL) in cifs_get_acl() 1815 if (sb->s_flags & SB_POSIXACL) in cifs_set_acl() 1823 if (sb->s_flags & SB_POSIXACL) in cifs_set_acl()
|
| H A D | cifsfs.c | 241 sb->s_flags |= SB_POSIXACL; in cifs_read_super() 765 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 70 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
|
| /linux/fs/jffs2/ |
| H A D | super.c | 288 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
|
| /linux/fs/ocfs2/ |
| H A D | super.c | 717 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ocfs2_reconfigure() 719 SB_POSIXACL : 0); in ocfs2_reconfigure() 1024 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) | in ocfs2_fill_super() 1025 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0); in ocfs2_fill_super()
|
| H A D | xattr.c | 897 if (!(sb->s_flags & SB_POSIXACL)) in ocfs2_xattr_list_entry()
|
| /linux/fs/gfs2/ |
| H A D | ops_fstype.c | 1133 sb->s_flags |= SB_POSIXACL; in gfs2_fill_super() 1604 sb->s_flags |= SB_POSIXACL; in gfs2_reconfigure() 1606 sb->s_flags &= ~SB_POSIXACL; in gfs2_reconfigure()
|
| /linux/fs/jfs/ |
| H A D | super.c | 483 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
|
| /linux/fs/fuse/ |
| H A D | inode.c | 1874 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common() 1876 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
|
| /linux/fs/nilfs2/ |
| H A D | super.c | 1192 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_reconfigure()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 3008 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __f2fs_remount() 3009 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in __f2fs_remount() 5032 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_fill_super() 5033 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
|
| /linux/fs/overlayfs/ |
| H A D | super.c | 1522 sb->s_flags |= SB_POSIXACL; in ovl_fill_super_creds()
|
| /linux/fs/ext4/ |
| H A D | super.c | 5402 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_fill_super() 5403 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_fill_super() 6655 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_remount() 6656 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_remount()
|
| /linux/include/linux/ |
| H A D | fs.h | 2155 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
|
| /linux/fs/ |
| H A D | namespace.c | 4144 SB_POSIXACL | in path_mount()
|
| /linux/mm/ |
| H A D | shmem.c | 5097 sb->s_flags |= SB_POSIXACL; in shmem_fill_super()
|