Searched refs:SB_POSIXACL (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/fs/xfs/
H A Dxfs_super.h23 # define set_posix_acl_flag(sb) ((sb)->s_flags |= SB_POSIXACL)
/linux-master/fs/orangefs/
H A Dsuper.c45 if (root->d_sb->s_flags & SB_POSIXACL)
65 sb->s_flags &= ~SB_POSIXACL;
78 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/9p/
H A Dvfs_super.c91 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/erofs/
H A Dsuper.c659 sb->s_flags |= SB_POSIXACL;
661 sb->s_flags &= ~SB_POSIXACL;
729 fc->sb_flags |= SB_POSIXACL;
731 fc->sb_flags &= ~SB_POSIXACL;
/linux-master/fs/ecryptfs/
H A Dmain.c561 s->s_flags = flags & ~SB_POSIXACL;
562 s->s_flags |= path.dentry->d_sb->s_flags & SB_POSIXACL;
/linux-master/fs/btrfs/
H A Dsuper.c411 fc->sb_flags &= ~SB_POSIXACL;
414 fc->sb_flags |= SB_POSIXACL;
428 fc->sb_flags_mask |= SB_POSIXACL;
1066 if (!(info->sb->s_flags & SB_POSIXACL))
1511 if ((fc->sb_flags & SB_POSIXACL) != (sb->s_flags & SB_POSIXACL))
1512 fc->sb_flags_mask |= SB_POSIXACL;
2158 fc->sb_flags |= SB_POSIXACL;
/linux-master/fs/ceph/
H A Dsuper.c569 fc->sb_flags |= SB_POSIXACL;
574 fc->sb_flags &= ~SB_POSIXACL;
726 if (root->d_sb->s_flags & SB_POSIXACL)
1460 fc->sb_flags |= SB_POSIXACL;
/linux-master/fs/jffs2/
H A Dsuper.c287 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/smb/client/
H A Dcifsacl.c1710 if (sb->s_flags & SB_POSIXACL)
1718 if (sb->s_flags & SB_POSIXACL)
1787 if (sb->s_flags & SB_POSIXACL)
1795 if (sb->s_flags & SB_POSIXACL)
H A Dcifsfs.c199 sb->s_flags |= SB_POSIXACL;
655 if (root->d_sb->s_flags & SB_POSIXACL)
/linux-master/fs/ext2/
H A Dsuper.c917 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
918 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
1403 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
1404 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
/linux-master/fs/reiserfs/
H A Dxattr.c1032 /* The super_block SB_POSIXACL must mirror the (no)acl mount option. */
1034 s->s_flags |= SB_POSIXACL;
1036 s->s_flags &= ~SB_POSIXACL;
H A Dinode.c2097 } else if (inode->i_sb->s_flags & SB_POSIXACL) {
/linux-master/fs/gfs2/
H A Dops_fstype.c1172 sb->s_flags |= SB_POSIXACL;
1611 sb->s_flags |= SB_POSIXACL;
1613 sb->s_flags &= ~SB_POSIXACL;
/linux-master/fs/ntfs3/
H A Dsuper.c378 fc->sb_flags |= SB_POSIXACL;
384 fc->sb_flags &= ~SB_POSIXACL;
702 if (sb->s_flags & SB_POSIXACL)
H A Dxattr.c711 if (!(sb->s_flags & SB_POSIXACL))
/linux-master/fs/ocfs2/
H A Dsuper.c713 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
715 SB_POSIXACL : 0);
1025 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) |
1026 ((osb->s_mount_opt & OCFS2_MOUNT_POSIX_ACL) ? SB_POSIXACL : 0);
/linux-master/fs/fuse/
H A Dinode.c1716 if (sb->s_flags & SB_POSIXACL)
1718 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/jfs/
H A Dsuper.c516 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/f2fs/
H A Dsuper.c2501 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
2502 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
4431 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
4432 (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
/linux-master/include/linux/
H A Dfs.h1138 #define SB_POSIXACL BIT(16) /* Supports POSIX ACLs */ macro
2249 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL)
/linux-master/fs/overlayfs/
H A Dsuper.c1454 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/nilfs2/
H A Dsuper.c1135 sb->s_flags = (sb->s_flags & ~SB_POSIXACL);
/linux-master/fs/nfs/
H A Dsuper.c1080 sb->s_flags |= SB_POSIXACL;
/linux-master/fs/ext4/
H A Dsuper.c5272 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
5273 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
6531 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
6532 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);

Completed in 471 milliseconds

12