Home
last modified time | relevance | path

Searched refs:s_flags (Results 101 - 125 of 365) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbfs_fs.h79 ((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 Dbfs_fs.h69 #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 Dbfs_fs.h69 #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 Dbfs_fs.h62 ((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/hfs/
H A Dsuper.c122 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-5.10/fs/erofs/
H A Dsuper.c362 sb->s_flags |= SB_RDONLY | SB_NOATIME; in erofs_fc_fill_super()
370 sb->s_flags |= SB_POSIXACL; in erofs_fc_fill_super()
372 sb->s_flags &= ~SB_POSIXACL; in erofs_fc_fill_super()
/kernel/linux/linux-5.10/fs/orangefs/
H A 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()
/kernel/linux/linux-6.6/fs/hfs/
H A Dsuper.c122 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 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()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c941 sb->s_flags |= SB_LAZYTIME; in parse_options()
944 sb->s_flags &= ~SB_LAZYTIME; in parse_options()
1060 sb->s_flags |= SB_INLINECRYPT; in parse_options()
2105 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
2189 sbi->sb->s_flags &= ~SB_INLINECRYPT; in default_options()
2197 sbi->sb->s_flags |= SB_LAZYTIME; in default_options()
2221 unsigned int s_flags = sbi->sb->s_flags; in f2fs_disable_checkpoint() local
2228 if (s_flags & SB_RDONLY) { in f2fs_disable_checkpoint()
2232 sbi->sb->s_flags | in f2fs_disable_checkpoint()
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c448 * NOTE: The VFS sets the @sb->s_flags remount flags to @flags after
450 * @sb->s_flags are not changed.
657 * block (u.ntfs_sb), nr_blocks and the device flags (s_flags) initialized
1788 sb->s_flags |= SB_RDONLY; in load_system_files()
1926 sb->s_flags |= SB_RDONLY; in load_system_files()
1963 sb->s_flags |= SB_RDONLY; in load_system_files()
2008 sb->s_flags |= SB_RDONLY; in load_system_files()
2031 sb->s_flags |= SB_RDONLY; in load_system_files()
2044 if (!(sb->s_flags & SB_RDONLY) && (vol->major_ver > 1) && in load_system_files()
2058 sb->s_flags | in load_system_files()
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dsuper.c456 * NOTE: The VFS sets the @sb->s_flags remount flags to @flags after
458 * @sb->s_flags are not changed.
665 * block (u.ntfs_sb), nr_blocks and the device flags (s_flags) initialized
1796 sb->s_flags |= SB_RDONLY; in load_system_files()
1934 sb->s_flags |= SB_RDONLY; in load_system_files()
1971 sb->s_flags |= SB_RDONLY; in load_system_files()
2016 sb->s_flags |= SB_RDONLY; in load_system_files()
2039 sb->s_flags |= SB_RDONLY; in load_system_files()
2052 if (!(sb->s_flags & SB_RDONLY) && (vol->major_ver > 1) && in load_system_files()
2066 sb->s_flags | in load_system_files()
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuper.c664 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 Dsuper.c124 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 Dsuper.c661 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 Dsuper.c124 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/fs/exfat/
H A Dfatent.c29 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 Dmisc.c38 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 Dpartition.c327 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 Dmisc.c38 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 Dvfs_super.c87 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 Dpartition.c322 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 Dsuper.c584 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 Dsuper.c551 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 Dsuper.c680 * ->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...]

Completed in 37 milliseconds

12345678910>>...15