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()
776 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super()778 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super()841 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure()843 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
559 fc->sb_flags |= SB_POSIXACL; in ceph_parse_mount_param()564 fc->sb_flags &= ~SB_POSIXACL; in ceph_parse_mount_param()692 if (root->d_sb->s_flags & SB_POSIXACL) in ceph_show_options()1354 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
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()
93 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
286 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
918 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_fill_super()919 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super()1411 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_remount()1412 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_remount()
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()
197 sb->s_flags |= SB_POSIXACL; in cifs_read_super()653 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
1032 s->s_flags |= SB_POSIXACL; in reiserfs_xattr_init()1034 s->s_flags &= ~SB_POSIXACL; in reiserfs_xattr_init()
372 fc->sb_flags |= SB_POSIXACL; in ntfs_fs_parse_param()377 fc->sb_flags &= ~SB_POSIXACL; in ntfs_fs_parse_param()579 if (sb->s_flags & SB_POSIXACL) in ntfs_show_options()
705 if (!(sb->s_flags & SB_POSIXACL)) in ntfs_acl_chmod()
1613 if (!S_ISLNK(mode) && (sb->s_flags & SB_POSIXACL)) { in ntfs_create_inode()
548 info->sb->s_flags |= SB_POSIXACL; in btrfs_parse_options()556 info->sb->s_flags &= ~SB_POSIXACL; in btrfs_parse_options()1141 sb->s_flags |= SB_POSIXACL; in btrfs_fill_super()1279 if (!(info->sb->s_flags & SB_POSIXACL)) in btrfs_show_options()
1161 sb->s_flags |= SB_POSIXACL; in gfs2_fill_super()1614 sb->s_flags |= SB_POSIXACL; in gfs2_reconfigure()1616 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()1023 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) | in ocfs2_fill_super()1024 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0); in ocfs2_fill_super()
1064 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()1071 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
516 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
1569 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common()1571 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
2440 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_remount()2441 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_remount()4211 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_fill_super()4212 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
1072 #define SB_POSIXACL (1<<16) /* VFS does not apply the umask */ macro1974 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
1132 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_remount()
5100 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_fill_super()5101 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_fill_super()6435 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_remount()6436 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_remount()
2062 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()
Completed in 116 milliseconds