| /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/include/uapi/linux/ |
| H A D | dlm.h | 65 char sb_flags; member
|
| /linux/fs/btrfs/ |
| H A D | super.c | 447 fc->sb_flags &= ~SB_POSIXACL; in btrfs_parse_param() 450 fc->sb_flags |= SB_POSIXACL; in btrfs_parse_param() 1514 if (!btrfs_check_options(fs_info, &ctx->mount_opt, fc->sb_flags)) { in btrfs_reconfigure() 1519 ret = btrfs_check_features(fs_info, !(fc->sb_flags & SB_RDONLY)); in btrfs_reconfigure() 1524 btrfs_remount_begin(fs_info, old_ctx.mount_opt, fc->sb_flags); in btrfs_reconfigure() 1530 (!sb_rdonly(sb) || (fc->sb_flags & SB_RDONLY))) { in btrfs_reconfigure() 1545 if (!sb_rdonly(sb) && (fc->sb_flags & SB_RDONLY)) in btrfs_reconfigure() 1547 else if (sb_rdonly(sb) && !(fc->sb_flags & SB_RDONLY)) in btrfs_reconfigure() 1557 if ((fc->sb_flags & SB_POSIXACL) != (sb->s_flags & SB_POSIXACL)) in btrfs_reconfigure() 1868 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/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/fs/ |
| H A D | super.c | 889 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc() 1088 bool force = fc->sb_flags & SB_FORCE; in reconfigure_super() 1101 if (!(fc->sb_flags & SB_RDONLY) && sb->s_bdev && in reconfigure_super() 1105 remount_rw = !(fc->sb_flags & SB_RDONLY) && sb_rdonly(sb); in reconfigure_super() 1106 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb); in reconfigure_super() 1154 (fc->sb_flags & fc->sb_flags_mask))); in reconfigure_super() 1799 int setup_bdev_super(struct super_block *sb, int sb_flags, in setup_bdev_super() argument 1802 blk_mode_t mode = sb_open_mode(sb_flags); in setup_bdev_super() 1872 fc->sb_flags |= SB_NOSEC; in get_tree_bdev_flags() 1879 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) { in get_tree_bdev_flags() [all …]
|
| /linux/drivers/md/ |
| H A D | md.c | 1103 set_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags); in super_written() 1171 if (test_and_clear_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags)) in md_super_wait() 2719 set_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags); in set_in_sync() 2804 set_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in md_update_sb() 2813 if (test_and_clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags)) in md_update_sb() 2815 if (test_and_clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags)) in md_update_sb() 2822 bit_clear_unless(&mddev->sb_flags, BIT(MD_SB_CHANGE_PENDING), in md_update_sb() 2848 clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags); in md_update_sb() 2849 clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in md_update_sb() 2851 clear_bit(MD_SB_CHANGE_PENDING, &mddev->sb_flags); in md_update_sb() [all …]
|
| H A D | raid10.c | 1373 set_mask_bits(&mddev->sb_flags, 0, in raid10_write_request() 1379 !test_bit(MD_SB_CHANGE_PENDING, &mddev->sb_flags)); in raid10_write_request() 2009 set_mask_bits(&mddev->sb_flags, 0, in raid10_error() 2965 !test_bit(MD_SB_CHANGE_PENDING, &mddev->sb_flags)) { in raid10d() 2968 if (!test_bit(MD_SB_CHANGE_PENDING, &mddev->sb_flags)) { in raid10d() 3019 if (mddev->sb_flags & ~(1<<MD_SB_CHANGE_PENDING)) in raid10d() 4512 set_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in raid10_start_reshape() 4712 set_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in reshape_request() 4714 wait_event(mddev->sb_wait, mddev->sb_flags == 0 || in reshape_request()
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 164 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ 162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ global() member
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 164 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ member
|
| /linux/fs/adfs/ |
| H A D | super.c | 168 fc->sb_flags |= ADFS_SB_FLAGS; in adfs_reconfigure() 348 int silent = fc->sb_flags & SB_SILENT; in adfs_fill_super()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 1130 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !xfs_is_readonly(mp)) { in xfs_finish_flags() 1717 if (fc->sb_flags & SB_RDONLY) in xfs_fs_fill_super() 1719 if (fc->sb_flags & SB_DIRSYNC) in xfs_fs_fill_super() 1721 if (fc->sb_flags & SB_SYNCHRONOUS) in xfs_fs_fill_super() 1751 if (fc->sb_flags & SB_SILENT) in xfs_fs_fill_super() 2189 int flags = fc->sb_flags; in xfs_fs_reconfigure() 2196 fc->sb_flags |= SB_I_VERSION; in xfs_fs_reconfigure()
|
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 162 show_sb_flags(buf->sb_flags); in dump_mountinfo()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 235 if (!(fc->sb_flags & SB_SILENT)) in squashfs_fill_super() 503 fc->sb_flags |= SB_RDONLY; in squashfs_reconfigure()
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1001 old_ctx->source, fc->sb_flags); in cifs_smb3_do_mount() 1028 if (!(fc->sb_flags & SB_SILENT)) in cifs_smb3_do_mount() 1050 saved_sb_flags = fc->sb_flags; in cifs_smb3_do_mount() 1051 fc->sb_flags = SB_NODIRATIME | SB_NOATIME; in cifs_smb3_do_mount() 1057 fc->sb_flags = saved_sb_flags; in cifs_smb3_do_mount()
|
| /linux/fs/ceph/ |
| H A D | super.c | 570 fc->sb_flags |= SB_POSIXACL; in ceph_parse_mount_param() 575 fc->sb_flags &= ~SB_POSIXACL; in ceph_parse_mount_param() 1258 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) { in ceph_compare_super() 1469 fc->sb_flags |= SB_POSIXACL; in ceph_init_fs_context()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_sb.c | 848 to->sb_flags = from->sb_flags; in __xfs_sb_from_disk() 1026 to->sb_flags = from->sb_flags; in xfs_sb_to_disk()
|
| H A D | xfs_ondisk.h | 263 XFS_CHECK_SB_OFFSET(sb_flags, 178); in xfs_check_ondisk_structs()
|
| /linux/fs/erofs/ |
| H A D | super.c | 847 fc->sb_flags |= SB_POSIXACL; in erofs_fc_reconfigure() 849 fc->sb_flags &= ~SB_POSIXACL; in erofs_fc_reconfigure() 853 fc->sb_flags |= SB_RDONLY; in erofs_fc_reconfigure()
|
| /linux/fs/overlayfs/ |
| H A D | params.c | 767 if (!(fc->sb_flags & SB_RDONLY) && ovl_force_readonly(ofs)) in ovl_reconfigure() 770 if (fc->sb_flags & SB_RDONLY && !sb_rdonly(sb)) { in ovl_reconfigure()
|
| /linux/fs/ntfs3/ |
| H A D | super.c | 401 fc->sb_flags |= SB_POSIXACL; in ntfs_fs_parse_param() 407 fc->sb_flags &= ~SB_POSIXACL; in ntfs_fs_parse_param() 449 ro_rw = sb_rdonly(sb) && !(fc->sb_flags & SB_RDONLY); in ntfs_fs_reconfigure() 1900 fc->sb_flags |= SB_POSIXACL; in ntfs_init_fs_context()
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 361 fc->sb_flags |= SB_NOATIME; in openpromfs_reconfigure()
|
| /linux/drivers/md/dm-pcache/ |
| H A D | dm_pcache.c | 413 cache_dev->sb_flags, in dm_pcache_status()
|
| /linux/fs/xfs/scrub/ |
| H A D | agheader.c | 285 if (sb->sb_flags != mp->m_sb.sb_flags) in xchk_superblock()
|