| /linux/fs/ |
| H A D | fs_context.c | 67 fc->sb_flags |= token; in vfs_parse_sb_flag() 74 fc->sb_flags &= ~token; in vfs_parse_sb_flag() 274 unsigned int sb_flags, in alloc_fs_context() argument 287 fc->sb_flags = sb_flags; in alloc_fs_context() 327 unsigned int sb_flags) in fs_context_for_mount() argument 329 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount() 335 unsigned int sb_flags, in fs_context_for_reconfigure() argument 338 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure() 663 root = fc->fs_type->mount(fc->fs_type, fc->sb_flags, in legacy_get_tree() 686 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure() [all …]
|
| H A D | super.c | 760 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc() 1021 bool force = fc->sb_flags & SB_FORCE; in reconfigure_super() 1034 if (!(fc->sb_flags & SB_RDONLY) && sb->s_bdev && in reconfigure_super() 1038 remount_rw = !(fc->sb_flags & SB_RDONLY) && sb_rdonly(sb); in reconfigure_super() 1039 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb); in reconfigure_super() 1087 (fc->sb_flags & fc->sb_flags_mask))); in reconfigure_super() 1602 int setup_bdev_super(struct super_block *sb, int sb_flags, in setup_bdev_super() argument 1605 blk_mode_t mode = sb_open_mode(sb_flags); in setup_bdev_super() 1676 fc->sb_flags |= SB_NOSEC; in get_tree_bdev_flags() 1683 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) { in get_tree_bdev_flags() [all …]
|
| /linux/fs/dlm/ |
| H A D | ast.c | 22 uint32_t flags, uint8_t sb_flags, int sb_status, in dlm_run_callback() argument 33 trace_dlm_ast(ls_id, lkb_id, sb_flags, sb_status, res_name, in dlm_run_callback() 36 lksb->sb_flags = sb_flags; in dlm_run_callback() 44 cb->sb_flags, cb->sb_status, cb->lkb_lksb, in dlm_do_callback() 141 (*cb)->sb_flags = (sbflags & 0x000000FF); in dlm_get_cb()
|
| H A D | user.c | 71 __u8 sb_flags; member 142 res32->lksb.sb_flags = res->lksb.sb_flags; in compat_output() 853 cb->lkb_lksb->sb_flags = cb->sb_flags; in device_read() 855 cb->sb_flags, cb->res_name, cb->res_length); in device_read()
|
| /linux/fs/hfs/ |
| H A D | super.c | 120 fc->sb_flags |= SB_NODIRATIME; in hfs_reconfigure() 121 if ((bool)(fc->sb_flags & SB_RDONLY) == sb_rdonly(sb)) in hfs_reconfigure() 124 if (!(fc->sb_flags & SB_RDONLY)) { in hfs_reconfigure() 128 fc->sb_flags |= SB_RDONLY; in hfs_reconfigure() 132 fc->sb_flags |= SB_RDONLY; in hfs_reconfigure() 319 int silent = fc->sb_flags & SB_SILENT; in hfs_fill_super()
|
| /linux/include/linux/ |
| H A D | fs_context.h | 104 unsigned int sb_flags; /* Proposed superblock flags (SB_*) */ member 128 unsigned int sb_flags); 130 unsigned int sb_flags, 164 int setup_bdev_super(struct super_block *sb, int sb_flags,
|
| H A D | qnx6_fs.h | 100 __fs32 sb_flags; member
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 97 fc->sb_flags |= SB_RDONLY; in vxfs_reconfigure() 131 int silent = fc->sb_flags & SB_SILENT; in vxfs_try_sb_magic() 191 int silent = fc->sb_flags & SB_SILENT; in vxfs_fill_super()
|
| /linux/include/uapi/linux/ |
| H A D | dlm.h | 65 char sb_flags; member
|
| H A D | mount.h | 162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ member
|
| /linux/fs/hfsplus/ |
| H A D | super.c | 360 if ((bool)(fc->sb_flags & SB_RDONLY) == sb_rdonly(sb)) in hfsplus_reconfigure() 362 if (!(fc->sb_flags & SB_RDONLY)) { in hfsplus_reconfigure() 369 fc->sb_flags |= SB_RDONLY; in hfsplus_reconfigure() 376 fc->sb_flags |= SB_RDONLY; in hfsplus_reconfigure() 381 fc->sb_flags |= SB_RDONLY; in hfsplus_reconfigure() 408 int silent = fc->sb_flags & SB_SILENT; in hfsplus_fill_super()
|
| /linux/fs/affs/ |
| H A D | super.c | 313 int silent = fc->sb_flags & SB_SILENT; in affs_fill_super() 526 fc->sb_flags |= SB_NODIRATIME; in affs_reconfigure() 548 if ((bool)(fc->sb_flags & SB_RDONLY) == sb_rdonly(sb)) in affs_reconfigure() 551 if (fc->sb_flags & SB_RDONLY) in affs_reconfigure() 554 res = affs_init_bitmap(sb, &fc->sb_flags); in affs_reconfigure()
|
| /linux/fs/btrfs/ |
| H A D | super.c | 448 fc->sb_flags &= ~SB_POSIXACL; in btrfs_parse_param() 451 fc->sb_flags |= SB_POSIXACL; in btrfs_parse_param() 1527 if (!btrfs_check_options(fs_info, &ctx->mount_opt, fc->sb_flags)) in btrfs_reconfigure() 1530 ret = btrfs_check_features(fs_info, !(fc->sb_flags & SB_RDONLY)); in btrfs_reconfigure() 1535 btrfs_remount_begin(fs_info, old_ctx.mount_opt, fc->sb_flags); in btrfs_reconfigure() 1541 (!sb_rdonly(sb) || (fc->sb_flags & SB_RDONLY))) { in btrfs_reconfigure() 1556 if (!sb_rdonly(sb) && (fc->sb_flags & SB_RDONLY)) in btrfs_reconfigure() 1558 else if (sb_rdonly(sb) && !(fc->sb_flags & SB_RDONLY)) in btrfs_reconfigure() 1568 if ((fc->sb_flags & SB_POSIXACL) != (sb->s_flags & SB_POSIXACL)) in btrfs_reconfigure() 1855 blk_mode_t mode = sb_open_mode(fc->sb_flags); in btrfs_get_tree_super() [all …]
|
| /linux/include/trace/events/ |
| H A D | dlm.h | 223 TP_PROTO(__u32 ls_id, __u32 lkb_id, __u8 sb_flags, int sb_status, 226 TP_ARGS(ls_id, lkb_id, sb_flags, sb_status, res_name, res_length), 231 __field(__u8, sb_flags) 239 __entry->sb_flags = sb_flags; 248 show_dlm_sb_flags(__entry->sb_flags), __entry->sb_status,
|
| /linux/drivers/md/dm-pcache/ |
| H A D | cache_dev.h | 51 u32 sb_flags; member
|
| /linux/fs/romfs/ |
| H A D | super.c | 420 fc->sb_flags |= SB_RDONLY; in romfs_reconfigure() 499 if (!(fc->sb_flags & SB_SILENT)) in romfs_fill_super() 513 if (!(fc->sb_flags & SB_SILENT)) in romfs_fill_super()
|
| /linux/drivers/md/ |
| H A D | md.c | 1063 set_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags); in super_written() 1131 if (test_and_clear_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags)) in md_super_wait() 2667 set_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags); in set_in_sync() 2752 set_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in md_update_sb() 2758 if (test_and_clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags)) in md_update_sb() 2760 if (test_and_clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags)) in md_update_sb() 2767 bit_clear_unless(&mddev->sb_flags, BIT(MD_SB_CHANGE_PENDING), in md_update_sb() 2793 clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags); in md_update_sb() 2794 clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in md_update_sb() 2796 clear_bit(MD_SB_CHANGE_PENDING, &mddev->sb_flags); in md_update_sb() [all …]
|
| /linux/fs/sysfs/ |
| H A D | mount.c | 60 if (!(fc->sb_flags & SB_KERNMOUNT)) { in sysfs_init_fs_context()
|
| /linux/drivers/mtd/ |
| H A D | mtdsuper.c | 162 if (!(fc->sb_flags & SB_SILENT)) in get_tree_mtd()
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ member
|
| /linux/samples/vfs/ |
| H A D | samples-vfs.h | 25 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ member
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ member
|
| /linux/fs/qnx6/ |
| H A D | inode.c | 61 fc->sb_flags |= SB_RDONLY; in qnx6_reconfigure() 208 pr_debug("flags: %08x\n", fs32_to_cpu(sbi, sb->sb_flags)); in qnx6_superblock_debug() 303 int silent = fc->sb_flags & SB_SILENT; in qnx6_fill_super()
|
| /linux/fs/nilfs2/ |
| H A D | super.c | 1145 if ((bool)(fc->sb_flags & SB_RDONLY) == sb_rdonly(sb)) in nilfs_reconfigure() 1147 if (fc->sb_flags & SB_RDONLY) { in nilfs_reconfigure() 1210 if (ctx->cno && !(fc->sb_flags & SB_RDONLY)) { in nilfs_get_tree() 1226 err = setup_bdev_super(s, fc->sb_flags, fc); in nilfs_get_tree() 1235 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) { in nilfs_get_tree()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-pcache.rst | 69 <sb_flags> <seg_total> <cache_segs> <segs_used> \ 79 ``sb_flags`` Super-block flags (e.g. endian marker).
|