| /linux/fs/ |
| H A D | fs_context.c | 53 fc->sb_flags |= token; in vfs_parse_sb_flag() 60 fc->sb_flags &= ~token; in vfs_parse_sb_flag() 260 unsigned int sb_flags, in alloc_fs_context() argument 272 fc->sb_flags = sb_flags; in alloc_fs_context() 307 unsigned int sb_flags) in fs_context_for_mount() argument 309 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount() 315 unsigned int sb_flags, in fs_context_for_reconfigure() argument 318 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure() 543 fc->sb_flags = 0; in vfs_clean_context()
|
| H A D | super.c | 764 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc() 1025 bool force = fc->sb_flags & SB_FORCE; in reconfigure_super() 1038 if (!(fc->sb_flags & SB_RDONLY) && sb->s_bdev && in reconfigure_super() 1042 remount_rw = !(fc->sb_flags & SB_RDONLY) && sb_rdonly(sb); in reconfigure_super() 1043 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb); in reconfigure_super() 1091 (fc->sb_flags & fc->sb_flags_mask))); in reconfigure_super() 1605 int setup_bdev_super(struct super_block *sb, int sb_flags, in setup_bdev_super() argument 1608 blk_mode_t mode = sb_open_mode(sb_flags); in setup_bdev_super() 1679 fc->sb_flags |= SB_NOSEC; in get_tree_bdev_flags() 1686 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) { in get_tree_bdev_flags() [all …]
|
| /linux/fs/hfs/ |
| H A D | super.c | 123 fc->sb_flags |= SB_NODIRATIME; in hfs_reconfigure() 124 if ((bool)(fc->sb_flags & SB_RDONLY) == sb_rdonly(sb)) in hfs_reconfigure() 127 if (!(fc->sb_flags & SB_RDONLY)) { in hfs_reconfigure() 131 fc->sb_flags |= SB_RDONLY; in hfs_reconfigure() 135 fc->sb_flags |= SB_RDONLY; in hfs_reconfigure() 322 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/fs/hfsplus/ |
| H A D | super.c | 380 if ((bool)(fc->sb_flags & SB_RDONLY) == sb_rdonly(sb)) in hfsplus_reconfigure() 382 if (!(fc->sb_flags & SB_RDONLY)) { in hfsplus_reconfigure() 389 fc->sb_flags |= SB_RDONLY; in hfsplus_reconfigure() 396 fc->sb_flags |= SB_RDONLY; in hfsplus_reconfigure() 401 fc->sb_flags |= SB_RDONLY; in hfsplus_reconfigure() 437 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/include/uapi/linux/ |
| H A D | dlm.h | 65 char sb_flags; member
|
| H A D | mount.h | 163 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ 162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ global() member
|
| /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/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() 1521 if (!btrfs_check_options(fs_info, &ctx->mount_opt, fc->sb_flags)) in btrfs_reconfigure() 1524 ret = btrfs_check_features(fs_info, !(fc->sb_flags & SB_RDONLY)); in btrfs_reconfigure() 1529 btrfs_remount_begin(fs_info, old_ctx.mount_opt, fc->sb_flags); in btrfs_reconfigure() 1535 (!sb_rdonly(sb) || (fc->sb_flags & SB_RDONLY))) { in btrfs_reconfigure() 1550 if (!sb_rdonly(sb) && (fc->sb_flags & SB_RDONLY)) in btrfs_reconfigure() 1552 else if (sb_rdonly(sb) && !(fc->sb_flags & SB_RDONLY)) in btrfs_reconfigure() 1562 if ((fc->sb_flags & SB_POSIXACL) != (sb->s_flags & SB_POSIXACL)) in btrfs_reconfigure() 1848 blk_mode_t mode = sb_open_mode(fc->sb_flags); in btrfs_get_tree_super() [all …]
|
| /linux/fs/dlm/ |
| 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/drivers/md/ |
| H A D | md.c | 1096 set_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags); in super_written() 1164 if (test_and_clear_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags)) in md_super_wait() 2705 set_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags); in set_in_sync() 2790 set_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in md_update_sb() 2797 if (test_and_clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags)) in md_update_sb() 2799 if (test_and_clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags)) in md_update_sb() 2806 bit_clear_unless(&mddev->sb_flags, BIT(MD_SB_CHANGE_PENDING), in md_update_sb() 2832 clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags); in md_update_sb() 2833 clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in md_update_sb() 2835 clear_bit(MD_SB_CHANGE_PENDING, &mddev->sb_flags); in md_update_sb() [all …]
|
| /linux/fs/romfs/ |
| H A D | super.c | 420 fc->sb_flags |= SB_RDONLY; in romfs_reconfigure() 502 if (!(fc->sb_flags & SB_SILENT)) in romfs_fill_super() 516 if (!(fc->sb_flags & SB_SILENT)) in romfs_fill_super()
|
| /linux/fs/sysfs/ |
| H A D | mount.c | 60 if (!(fc->sb_flags & SB_KERNMOUNT)) { in sysfs_init_fs_context()
|
| /linux/fs/nfs/ |
| H A D | namespace.c | 185 fc->sb_flags &= ~NFS_SB_MASK; in nfs_d_automount() 186 fc->sb_flags |= s_flags & NFS_SB_MASK; in nfs_d_automount()
|
| /linux/tools/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/drivers/mtd/ |
| H A D | mtdsuper.c | 162 if (!(fc->sb_flags & SB_SILENT)) in get_tree_mtd()
|
| /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/qnx4/ |
| H A D | inode.c | 52 fc->sb_flags |= SB_RDONLY; in qnx4_reconfigure() 198 int silent = fc->sb_flags & SB_SILENT; in qnx4_fill_super()
|
| /linux/fs/hpfs/ |
| H A D | super.c | 431 fc->sb_flags |= SB_NOATIME; in hpfs_reconfigure() 449 if (!(fc->sb_flags & SB_RDONLY)) mark_dirty(s, 1); in hpfs_reconfigure() 510 int silent = fc->sb_flags & SB_SILENT; in hpfs_fill_super()
|
| /linux/fs/adfs/ |
| H A D | super.c | 168 fc->sb_flags |= ADFS_SB_FLAGS; in adfs_reconfigure() 345 int silent = fc->sb_flags & SB_SILENT; in adfs_fill_super()
|