Searched refs:SB_POSIXACL (Results 1 – 25 of 29) sorted by relevance
12
23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
45 if (root->d_sb->s_flags & SB_POSIXACL) in orangefs_show_options()65 sb->s_flags &= ~SB_POSIXACL; in parse_mount_options()78 sb->s_flags |= SB_POSIXACL; in parse_mount_options()
719 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super()721 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super()794 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure()796 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
561 s->s_flags = flags & ~SB_POSIXACL; in ecryptfs_mount()562 s->s_flags |= path.dentry->d_sb->s_flags & SB_POSIXACL; in ecryptfs_mount()
566 fc->sb_flags |= SB_POSIXACL; in ceph_parse_mount_param()571 fc->sb_flags &= ~SB_POSIXACL; in ceph_parse_mount_param()723 if (root->d_sb->s_flags & SB_POSIXACL) in ceph_show_options()1451 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
91 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
917 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_fill_super()918 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super()1403 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_remount()1404 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_remount()
286 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
1710 if (sb->s_flags & SB_POSIXACL) in cifs_get_acl()1718 if (sb->s_flags & SB_POSIXACL) in cifs_get_acl()1787 if (sb->s_flags & SB_POSIXACL) in cifs_set_acl()1795 if (sb->s_flags & SB_POSIXACL) in cifs_set_acl()
201 sb->s_flags |= SB_POSIXACL; in cifs_read_super()657 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
1034 s->s_flags |= SB_POSIXACL; in reiserfs_xattr_init()1036 s->s_flags &= ~SB_POSIXACL; in reiserfs_xattr_init()
548 info->sb->s_flags |= SB_POSIXACL; in btrfs_parse_options()556 info->sb->s_flags &= ~SB_POSIXACL; in btrfs_parse_options()1149 sb->s_flags |= SB_POSIXACL; in btrfs_fill_super()1288 if (!(info->sb->s_flags & SB_POSIXACL)) in btrfs_show_options()
379 fc->sb_flags |= SB_POSIXACL; in ntfs_fs_parse_param()385 fc->sb_flags &= ~SB_POSIXACL; in ntfs_fs_parse_param()703 if (sb->s_flags & SB_POSIXACL) in ntfs_show_options()
708 if (!(sb->s_flags & SB_POSIXACL)) in ntfs_acl_chmod()
1617 if (!S_ISLNK(mode) && (sb->s_flags & SB_POSIXACL)) { in ntfs_create_inode()
1176 sb->s_flags |= SB_POSIXACL; in gfs2_fill_super()1618 sb->s_flags |= SB_POSIXACL; in gfs2_reconfigure()1620 sb->s_flags &= ~SB_POSIXACL; in gfs2_reconfigure()
713 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ocfs2_remount()715 SB_POSIXACL : 0); in ocfs2_remount()1025 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) | in ocfs2_fill_super()1026 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0); in ocfs2_fill_super()
1067 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()1074 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
516 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
1597 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common()1599 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
2518 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_remount()2519 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_remount()4450 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_fill_super()4451 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
1156 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_remount()
1122 #define SB_POSIXACL BIT(16) /* VFS does not apply the umask */ macro2084 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
1491 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()
5277 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_fill_super()5278 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_fill_super()6525 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_remount()6526 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_remount()