/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | super.c | 44 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-6.6/fs/hfs/ |
H A D | super.c | 122 sb->s_flags |= SB_RDONLY; in hfs_remount() 126 sb->s_flags |= SB_RDONLY; in hfs_remount() 403 sb->s_flags |= SB_NODIRATIME; in hfs_fill_super()
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | super.c | 45 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()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | super.c | 664 sb->s_flags |= SB_RDONLY; in ocfs2_remount() 681 sb->s_flags &= ~SB_RDONLY; in ocfs2_remount() 684 trace_ocfs2_remount(sb->s_flags, osb->osb_flags, *flags); in ocfs2_remount() 696 sb->s_flags |= SB_RDONLY; in ocfs2_remount() 716 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ocfs2_remount() 1030 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) | in ocfs2_fill_super() 2034 sb->s_flags |= SB_NOATIME; in ocfs2_initialize_super() 2551 sb->s_flags | in ocfs2_handle_error() [all...] |
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 124 if (sb_rdonly(s) || !(s->s_flags & SB_ACTIVE)) in reiserfs_schedule_old_flush() 255 if (s->s_flags & SB_ACTIVE) { in finish_unfinished() 259 s->s_flags |= SB_ACTIVE; in finish_unfinished() 414 s->s_flags &= ~SB_ACTIVE; in finish_unfinished() 1406 if (!(le32_to_cpu(rs->s_flags) & reiserfs_attrs_cleared)) { in handle_attrs() 1560 s->s_flags &= ~SB_RDONLY; in reiserfs_remount() 1568 s->s_flags &= ~SB_RDONLY; in reiserfs_remount() 2052 s->s_flags |= SB_RDONLY; in reiserfs_fill_super() 2179 (errval = reiserfs_xattr_init(s, s->s_flags))) { in reiserfs_fill_super() 2197 (errval = reiserfs_xattr_init(s, s->s_flags))) { in reiserfs_fill_super() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | super.c | 661 sb->s_flags |= SB_RDONLY; in ocfs2_remount() 678 sb->s_flags &= ~SB_RDONLY; in ocfs2_remount() 681 trace_ocfs2_remount(sb->s_flags, osb->osb_flags, *flags); in ocfs2_remount() 693 sb->s_flags |= SB_RDONLY; in ocfs2_remount() 713 sb->s_flags = (sb->s_flags & ~SB_POSIXACL) | in ocfs2_remount() 1025 sb->s_flags = (sb->s_flags & ~(SB_POSIXACL | SB_NOSEC)) | in ocfs2_fill_super() 2025 sb->s_flags |= SB_NOATIME; in ocfs2_initialize_super() 2542 sb->s_flags | in ocfs2_handle_error() [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | super.c | 124 if (sb_rdonly(s) || !(s->s_flags & SB_ACTIVE)) in reiserfs_schedule_old_flush() 255 if (s->s_flags & SB_ACTIVE) { in finish_unfinished() 259 s->s_flags |= SB_ACTIVE; in finish_unfinished() 414 s->s_flags &= ~SB_ACTIVE; in finish_unfinished() 1404 if (!(le32_to_cpu(rs->s_flags) & reiserfs_attrs_cleared)) { in handle_attrs() 1558 s->s_flags &= ~SB_RDONLY; in reiserfs_remount() 1566 s->s_flags &= ~SB_RDONLY; in reiserfs_remount() 2048 s->s_flags |= SB_RDONLY; in reiserfs_fill_super() 2175 (errval = reiserfs_xattr_init(s, s->s_flags))) { in reiserfs_fill_super() 2193 (errval = reiserfs_xattr_init(s, s->s_flags))) { in reiserfs_fill_super() [all...] |
/kernel/linux/linux-5.10/arch/mips/boot/ |
H A D | ecoff.h | 32 int32_t s_flags; /* flags */ member
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | a.out.h | 51 __u32 s_flags; member
|
/kernel/linux/linux-6.6/arch/mips/boot/ |
H A D | ecoff.h | 32 int32_t s_flags; /* flags */ member
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | a.out.h | 51 __u32 s_flags; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bfs_fs.h | 79 ((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & SB_RDONLY))
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bfs_fs.h | 79 ((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & SB_RDONLY))
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bfs_fs.h | 69 #define BFS_UNCLEAN(bfs_sb,sb) ((le32_to_cpu(bfs_sb->s_from) != - 1) && (le32_to_cpu(bfs_sb->s_to) != - 1) && ! (sb->s_flags & SB_RDONLY))
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bfs_fs.h | 69 #define BFS_UNCLEAN(bfs_sb,sb) ((le32_to_cpu(bfs_sb->s_from) != - 1) && (le32_to_cpu(bfs_sb->s_to) != - 1) && ! (sb->s_flags & SB_RDONLY))
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bfs_fs.h | 62 ((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & SB_RDONLY))
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | fatent.c | 29 if (sb->s_flags & SB_SYNCHRONOUS) in exfat_mirror_bh() 78 exfat_update_bh(bh, sb->s_flags & SB_SYNCHRONOUS); in exfat_ent_set()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | misc.c | 38 sb->s_flags |= SB_RDONLY; in __fat_fs_error() 342 !(inode->i_sb->s_flags & SB_LAZYTIME)) in fat_update_time()
|
/kernel/linux/linux-5.10/fs/udf/ |
H A D | partition.c | 327 if (!(mdata->s_flags & MF_MIRROR_FE_LOADED)) { in udf_get_pblock_meta25() 333 mdata->s_flags |= MF_MIRROR_FE_LOADED; in udf_get_pblock_meta25()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | misc.c | 38 sb->s_flags |= SB_RDONLY; in __fat_fs_error() 351 if (inode->i_sb->s_flags & SB_LAZYTIME) in fat_update_time()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_super.c | 87 sb->s_flags |= SB_ACTIVE; in v9fs_fill_super() 91 sb->s_flags |= SB_POSIXACL; in v9fs_fill_super()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | partition.c | 322 if (!(mdata->s_flags & MF_MIRROR_FE_LOADED)) { in udf_get_pblock_meta25() 328 mdata->s_flags |= MF_MIRROR_FE_LOADED; in udf_get_pblock_meta25()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | super.c | 584 if (upper_mnt->mnt_sb->s_flags & SB_NOSEC) in ovl_get_upper() 585 sb->s_flags |= SB_NOSEC; in ovl_get_upper() 1427 sb->s_flags |= SB_RDONLY; in ovl_fill_super() 1439 sb->s_flags |= SB_RDONLY; in ovl_fill_super() 1456 sb->s_flags |= SB_RDONLY; in ovl_fill_super() 1494 sb->s_flags |= SB_POSIXACL; in ovl_fill_super()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | super.c | 551 info->sb->s_flags |= SB_POSIXACL; in btrfs_parse_options() 559 info->sb->s_flags &= ~SB_POSIXACL; in btrfs_parse_options() 1152 sb->s_flags |= SB_POSIXACL; in btrfs_fill_super() 1154 sb->s_flags |= SB_I_VERSION; in btrfs_fill_super() 1182 sb->s_flags |= SB_ACTIVE; in btrfs_fill_super() 1291 if (!(info->sb->s_flags & SB_POSIXACL)) in btrfs_show_options() 1521 if ((flags ^ s->s_flags) & SB_RDONLY) in btrfs_mount_root() 1691 unsigned old_flags = sb->s_flags; in btrfs_remount() 1874 sb->s_flags = old_flags; in btrfs_remount()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 680 * ->s_flags update in ext4_handle_error() 683 sb->s_flags |= SB_RDONLY; in ext4_handle_error() 2131 sb->s_flags |= SB_I_VERSION; in handle_mount_opt() 2134 sb->s_flags |= SB_LAZYTIME; in handle_mount_opt() 2137 sb->s_flags &= ~SB_LAZYTIME; in handle_mount_opt() 2141 sb->s_flags |= SB_INLINECRYPT; in handle_mount_opt() 2587 if (sb->s_flags & SB_I_VERSION) in _ext4_show_options() 2615 if (sb->s_flags & SB_INLINECRYPT) in _ext4_show_options() 2988 unsigned int s_flags = sb->s_flags; in ext4_orphan_cleanup() local [all...] |