Home
last modified time | relevance | path

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

12

/Linux-v6.1/fs/cifs/
Dxattr.c209 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_set()
221 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_set()
372 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_get()
382 if (sb->s_flags & SB_POSIXACL) in cifs_xattr_get()
Dcifsfs.c196 sb->s_flags |= SB_POSIXACL; in cifs_read_super()
652 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
/Linux-v6.1/fs/xfs/
Dxfs_super.h23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
/Linux-v6.1/fs/orangefs/
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-v6.1/fs/erofs/
Dsuper.c778 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super()
780 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super()
843 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure()
845 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
/Linux-v6.1/fs/ceph/
Dsuper.c559 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()
/Linux-v6.1/fs/ecryptfs/
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-v6.1/fs/9p/
Dvfs_super.c94 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
/Linux-v6.1/fs/jffs2/
Dsuper.c286 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
/Linux-v6.1/fs/ext2/
Dsuper.c918 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()
/Linux-v6.1/fs/reiserfs/
Dxattr.c1032 s->s_flags |= SB_POSIXACL; in reiserfs_xattr_init()
1034 s->s_flags &= ~SB_POSIXACL; in reiserfs_xattr_init()
/Linux-v6.1/fs/ntfs3/
Dsuper.c336 fc->sb_flags |= SB_POSIXACL; in ntfs_fs_parse_param()
341 fc->sb_flags &= ~SB_POSIXACL; in ntfs_fs_parse_param()
545 if (sb->s_flags & SB_POSIXACL) in ntfs_show_options()
Dxattr.c671 if (!(sb->s_flags & SB_POSIXACL)) in ntfs_acl_chmod()
Dinode.c1580 if (!S_ISLNK(mode) && (sb->s_flags & SB_POSIXACL)) { in ntfs_create_inode()
/Linux-v6.1/fs/btrfs/
Dsuper.c860 info->sb->s_flags |= SB_POSIXACL; in btrfs_parse_options()
868 info->sb->s_flags &= ~SB_POSIXACL; in btrfs_parse_options()
1450 sb->s_flags |= SB_POSIXACL; in btrfs_fill_super()
1587 if (!(info->sb->s_flags & SB_POSIXACL)) in btrfs_show_options()
/Linux-v6.1/fs/gfs2/
Dops_fstype.c1161 sb->s_flags |= SB_POSIXACL; in gfs2_fill_super()
1606 sb->s_flags |= SB_POSIXACL; in gfs2_reconfigure()
1608 sb->s_flags &= ~SB_POSIXACL; in gfs2_reconfigure()
/Linux-v6.1/fs/ocfs2/
Dsuper.c713 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()
/Linux-v6.1/fs/nfs/
Dsuper.c1064 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
1071 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
/Linux-v6.1/fs/jfs/
Dsuper.c516 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
/Linux-v6.1/fs/fuse/
Dinode.c1568 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common()
1570 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
/Linux-v6.1/fs/f2fs/
Dsuper.c2416 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_remount()
2417 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_remount()
4170 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_fill_super()
4171 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
/Linux-v6.1/fs/nilfs2/
Dsuper.c1123 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_remount()
/Linux-v6.1/include/linux/
Dfs.h1387 #define SB_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
2322 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
/Linux-v6.1/fs/ext4/
Dsuper.c5102 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_fill_super()
5103 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_fill_super()
6403 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in __ext4_remount()
6404 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in __ext4_remount()
/Linux-v6.1/fs/overlayfs/
Dsuper.c2152 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()

12