Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/xfs/
A Dxfs_super.h23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
/linux-6.3-rc2/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-6.3-rc2/fs/erofs/
A Dsuper.c776 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()
/linux-6.3-rc2/fs/ceph/
A 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-6.3-rc2/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-6.3-rc2/fs/9p/
A Dvfs_super.c93 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
/linux-6.3-rc2/fs/jffs2/
A Dsuper.c286 sb->s_flags |= SB_POSIXACL; in jffs2_fill_super()
/linux-6.3-rc2/fs/ext2/
A 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-6.3-rc2/fs/cifs/
A Dcifsacl.c1710 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()
A Dcifsfs.c197 sb->s_flags |= SB_POSIXACL; in cifs_read_super()
653 if (root->d_sb->s_flags & SB_POSIXACL) in cifs_show_options()
/linux-6.3-rc2/fs/reiserfs/
A Dxattr.c1032 s->s_flags |= SB_POSIXACL; in reiserfs_xattr_init()
1034 s->s_flags &= ~SB_POSIXACL; in reiserfs_xattr_init()
/linux-6.3-rc2/fs/ntfs3/
A Dsuper.c372 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()
A Dxattr.c705 if (!(sb->s_flags & SB_POSIXACL)) in ntfs_acl_chmod()
A Dinode.c1613 if (!S_ISLNK(mode) && (sb->s_flags & SB_POSIXACL)) { in ntfs_create_inode()
/linux-6.3-rc2/fs/btrfs/
A Dsuper.c548 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()
/linux-6.3-rc2/fs/gfs2/
A Dops_fstype.c1161 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()
/linux-6.3-rc2/fs/ocfs2/
A 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-6.3-rc2/fs/nfs/
A Dsuper.c1064 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
1071 sb->s_flags |= SB_POSIXACL; in nfs_fill_super()
/linux-6.3-rc2/fs/jfs/
A Dsuper.c516 sb->s_flags |= SB_POSIXACL; in jfs_fill_super()
/linux-6.3-rc2/fs/fuse/
A Dinode.c1569 if (sb->s_flags & SB_POSIXACL) in fuse_fill_super_common()
1571 sb->s_flags |= SB_POSIXACL; in fuse_fill_super_common()
/linux-6.3-rc2/fs/f2fs/
A Dsuper.c2440 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()
/linux-6.3-rc2/include/linux/
A Dfs.h1072 #define SB_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
1974 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
/linux-6.3-rc2/fs/nilfs2/
A Dsuper.c1132 sb->s_flags = (sb->s_flags & ~SB_POSIXACL); in nilfs_remount()
/linux-6.3-rc2/fs/ext4/
A Dsuper.c5100 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()
/linux-6.3-rc2/fs/overlayfs/
A Dsuper.c2062 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()

Completed in 82 milliseconds

12