Searched refs:SB_POSIXACL (Results 1 – 19 of 19) sorted by relevance
23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
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()
744 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super()746 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super()834 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure()836 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
293 #define SB_POSIXACL BIT(16) /* Supports POSIX ACLs */ macro
570 fc->sb_flags |= SB_POSIXACL; in ceph_parse_mount_param()575 fc->sb_flags &= ~SB_POSIXACL; in ceph_parse_mount_param()727 if (root->d_sb->s_flags & SB_POSIXACL) in ceph_show_options()1469 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
288 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
70 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
1822 if (sb->s_flags & SB_POSIXACL) in cifs_get_acl()1830 if (sb->s_flags & SB_POSIXACL) in cifs_get_acl()1899 if (sb->s_flags & SB_POSIXACL) in cifs_set_acl()1907 if (sb->s_flags & SB_POSIXACL) in cifs_set_acl()
207 sb->s_flags |= SB_POSIXACL; in cifs_read_super() 732 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
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()
483 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
1920 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common()1922 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
1192 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_reconfigure()
327 if (vol->sb->s_flags & SB_POSIXACL && !S_ISLNK(vi->i_mode)) { in ntfs_setattr()
455 if (!S_ISLNK(mode) && (sb->s_flags & SB_POSIXACL)) { in __ntfs_create()
1091 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
1518 sb->s_flags |= SB_POSIXACL; in ovl_fill_super_creds()
5410 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_fill_super()5411 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_fill_super()6663 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_remount()6664 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_remount()
4139 SB_POSIXACL | in path_mount()