Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/fs/cifs/
Dxattr.c208 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_set()
220 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_set()
359 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_get()
369 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_get()
Dcifsfs.c171 sb->s_flags |= SB_POSIXACL; in cifs_read_super()
595 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
/kernel/linux/linux-5.10/fs/erofs/
Dsuper.c370 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super()
372 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super()
420 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure()
422 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.h23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
/kernel/linux/linux-5.10/fs/orangefs/
Dsuper.c44 if (root->d_sb->s_flags & SB_POSIXACL) in orangefs_show_options()
64 sb->s_flags &= ~SB_POSIXACL; in parse_mount_options()
77 sb->s_flags |= SB_POSIXACL; in parse_mount_options()
/kernel/linux/linux-5.10/fs/ceph/
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()
1202 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
/kernel/linux/linux-5.10/fs/ecryptfs/
Dmain.c555 s->s_flags = flags & ~SB_POSIXACL; in ecryptfs_mount()
556 s->s_flags |= path.dentry->d_sb->s_flags & SB_POSIXACL; in ecryptfs_mount()
/kernel/linux/linux-5.10/fs/9p/
Dvfs_super.c94 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
/kernel/linux/linux-5.10/fs/ext2/
Dsuper.c922 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_fill_super()
923 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super()
1394 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext2_remount()
1395 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_remount()
/kernel/linux/linux-5.10/fs/jffs2/
Dsuper.c286 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
/kernel/linux/linux-5.10/fs/reiserfs/
Dxattr.c1038 s->s_flags |= SB_POSIXACL; in reiserfs_xattr_init()
1040 s->s_flags &= ~SB_POSIXACL; in reiserfs_xattr_init()
Dinode.c2113 } else if (inode->i_sb->s_flags & SB_POSIXACL) { in reiserfs_new_inode()
/kernel/linux/linux-5.10/fs/btrfs/
Dsuper.c745 info->sb->s_flags |= SB_POSIXACL; in btrfs_parse_options()
753 info->sb->s_flags &= ~SB_POSIXACL; in btrfs_parse_options()
1330 sb->s_flags |= SB_POSIXACL; in btrfs_fill_super()
1455 if (!(info->sb->s_flags & SB_POSIXACL)) in btrfs_show_options()
/kernel/linux/linux-5.10/fs/gfs2/
Dops_fstype.c1137 sb->s_flags |= SB_POSIXACL; in gfs2_fill_super()
1580 sb->s_flags |= SB_POSIXACL; in gfs2_reconfigure()
1582 sb->s_flags &= ~SB_POSIXACL; in gfs2_reconfigure()
/kernel/linux/linux-5.10/fs/ocfs2/
Dsuper.c716 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ocfs2_remount()
718 SB_POSIXACL : 0); in ocfs2_remount()
1030 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) | in ocfs2_fill_super()
1031 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0); in ocfs2_fill_super()
/kernel/linux/linux-5.10/fs/nfs/
Dsuper.c1043 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
1050 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
/kernel/linux/linux-5.10/fs/fuse/
Dinode.c1374 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common()
1376 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
/kernel/linux/linux-5.10/fs/jfs/
Dsuper.c521 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
/kernel/linux/linux-5.10/fs/f2fs/
Dsuper.c2023 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_remount()
2024 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_remount()
3672 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_fill_super()
3673 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
/kernel/linux/linux-5.10/fs/nilfs2/
Dsuper.c1155 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_remount()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1362 #define SB_POSIXACL BIT(16) /* VFS does not apply the umask */ macro
2039 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c4347 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext4_fill_super()
4348 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext4_fill_super()
5936 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext4_remount()
5937 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext4_remount()
/kernel/linux/linux-5.10/fs/overlayfs/
Dsuper.c2030 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()
/kernel/linux/linux-5.10/fs/
Dnamespace.c3215 SB_POSIXACL | in path_mount()
/kernel/linux/linux-5.10/mm/
Dshmem.c3803 sb->s_flags |= SB_POSIXACL; in shmem_fill_super()

12