Home
last modified time | relevance | path

Searched refs:SB_POSIXACL (Results 1 – 25 of 29) sorted by relevance

12

/linux/fs/cifs/
A Dxattr.c206 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_set()
218 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_set()
368 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_get()
378 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_get()
A Dcifsfs.c166 sb->s_flags |= SB_POSIXACL; in cifs_read_super()
619 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
/linux/fs/xfs/
A Dxfs_super.h23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
/linux/fs/orangefs/
A Dsuper.c45 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()
/linux/fs/erofs/
A Dsuper.c668 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super()
670 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super()
716 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure()
718 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
/linux/fs/ceph/
A Dsuper.c444 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()
1207 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
/linux/fs/ecryptfs/
A Dmain.c561 s->s_flags = flags & ~SB_POSIXACL; in ecryptfs_mount()
562 s->s_flags |= path.dentry->d_sb->s_flags & SB_POSIXACL; in ecryptfs_mount()
/linux/fs/ext2/
A Dsuper.c916 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_fill_super()
917 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super()
1388 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_remount()
1389 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_remount()
/linux/fs/9p/
A Dvfs_super.c93 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
/linux/fs/jffs2/
A Dsuper.c286 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
/linux/fs/reiserfs/
A Dxattr.c1039 s->s_flags |= SB_POSIXACL; in reiserfs_xattr_init()
1041 s->s_flags &= ~SB_POSIXACL; in reiserfs_xattr_init()
/linux/fs/ntfs3/
A Dsuper.c335 fc->sb_flags |= SB_POSIXACL; in ntfs_fs_parse_param()
340 fc->sb_flags &= ~SB_POSIXACL; in ntfs_fs_parse_param()
544 if (sb->s_flags & SB_POSIXACL) in ntfs_show_options()
A Dxattr.c665 if (!(sb->s_flags & SB_POSIXACL)) in ntfs_acl_chmod()
A Dinode.c1581 if (!S_ISLNK(mode) && (sb->s_flags & SB_POSIXACL)) { in ntfs_create_inode()
/linux/fs/btrfs/
A Dsuper.c800 info->sb->s_flags |= SB_POSIXACL; in btrfs_parse_options()
808 info->sb->s_flags &= ~SB_POSIXACL; in btrfs_parse_options()
1348 sb->s_flags |= SB_POSIXACL; in btrfs_fill_super()
1486 if (!(info->sb->s_flags & SB_POSIXACL)) in btrfs_show_options()
/linux/fs/ocfs2/
A Dsuper.c723 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ocfs2_remount()
725 SB_POSIXACL : 0); in ocfs2_remount()
1035 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) | in ocfs2_fill_super()
1036 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0); in ocfs2_fill_super()
/linux/fs/gfs2/
A Dops_fstype.c1158 sb->s_flags |= SB_POSIXACL; in gfs2_fill_super()
1603 sb->s_flags |= SB_POSIXACL; in gfs2_reconfigure()
1605 sb->s_flags &= ~SB_POSIXACL; in gfs2_reconfigure()
/linux/fs/fuse/
A Dinode.c1536 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common()
1538 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
/linux/fs/jfs/
A Dsuper.c520 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
/linux/fs/f2fs/
A Dsuper.c2342 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_remount()
2343 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_remount()
4022 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_fill_super()
4023 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
/linux/fs/nfs/
A Dsuper.c1058 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
/linux/fs/nilfs2/
A Dsuper.c1122 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_remount()
/linux/include/linux/
A Dfs.h1401 #define SB_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
2281 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
/linux/fs/ext4/
A Dsuper.c4223 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext4_fill_super()
4224 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext4_fill_super()
5832 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext4_remount()
5833 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext4_remount()
/linux/fs/overlayfs/
A Dsuper.c2133 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()

Completed in 82 milliseconds

12