Home
last modified time | relevance | path

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

12

/Linux-v5.15/fs/cifs/
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()
Dcifsfs.c167 sb->s_flags |= SB_POSIXACL; in cifs_read_super()
620 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
/Linux-v5.15/fs/xfs/
Dxfs_super.h23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
/Linux-v5.15/fs/erofs/
Dsuper.c561 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super()
563 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super()
611 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure()
613 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure()
/Linux-v5.15/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()
/Linux-v5.15/fs/ceph/
Dsuper.c443 fc->sb_flags |= SB_POSIXACL; in ceph_parse_mount_param()
448 fc->sb_flags &= ~SB_POSIXACL; in ceph_parse_mount_param()
565 if (root->d_sb->s_flags & SB_POSIXACL) in ceph_show_options()
1206 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
/Linux-v5.15/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-v5.15/fs/9p/
Dvfs_super.c94 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
/Linux-v5.15/fs/ext2/
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-v5.15/fs/jffs2/
Dsuper.c286 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
/Linux-v5.15/fs/reiserfs/
Dxattr.c1039 s->s_flags |= SB_POSIXACL; in reiserfs_xattr_init()
1041 s->s_flags &= ~SB_POSIXACL; in reiserfs_xattr_init()
/Linux-v5.15/fs/ntfs3/
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()
Dxattr.c665 if (!(sb->s_flags & SB_POSIXACL)) in ntfs_acl_chmod()
Dinode.c1581 if (!S_ISLNK(mode) && (sb->s_flags & SB_POSIXACL)) { in ntfs_create_inode()
/Linux-v5.15/fs/btrfs/
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-v5.15/fs/gfs2/
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-v5.15/fs/ocfs2/
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-v5.15/fs/jfs/
Dsuper.c521 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
/Linux-v5.15/fs/fuse/
Dinode.c1503 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common()
1505 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
/Linux-v5.15/fs/f2fs/
Dsuper.c2333 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_remount()
2334 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_remount()
3990 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in f2fs_fill_super()
3991 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0); in f2fs_fill_super()
/Linux-v5.15/fs/nilfs2/
Dsuper.c1122 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_remount()
/Linux-v5.15/fs/nfs/
Dsuper.c1053 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
/Linux-v5.15/include/linux/
Dfs.h1404 #define SB_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
2282 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
/Linux-v5.15/fs/ext4/
Dsuper.c4217 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext4_fill_super()
4218 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext4_fill_super()
5826 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ext4_remount()
5827 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext4_remount()
/Linux-v5.15/fs/overlayfs/
Dsuper.c2129 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()

12