Home
last modified time | relevance | path

Searched refs:sb_flags (Results 1 – 25 of 53) sorted by relevance

123

/linux/fs/hfs/
H A Dsuper.c123 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 Dfs_context.h104 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 Dqnx6_fs.h100 __fs32 sb_flags; member
/linux/fs/freevxfs/
H A Dvxfs_super.c97 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/
H A Dsuper.c764 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/include/uapi/linux/
H A Ddlm.h65 char sb_flags; member
/linux/include/trace/events/
H A Ddlm.h223 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 Duser.c71 __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 Dmd.c1101 set_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags); in super_written()
1169 if (test_and_clear_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags)) in md_super_wait()
2710 set_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags); in set_in_sync()
2795 set_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in md_update_sb()
2804 if (test_and_clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags)) in md_update_sb()
2806 if (test_and_clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags)) in md_update_sb()
2813 bit_clear_unless(&mddev->sb_flags, BIT(MD_SB_CHANGE_PENDING), in md_update_sb()
2839 clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags); in md_update_sb()
2840 clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags); in md_update_sb()
2842 clear_bit(MD_SB_CHANGE_PENDING, &mddev->sb_flags); in md_update_sb()
[all …]
/linux/fs/romfs/
H A Dsuper.c420 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 Dmount.c60 if (!(fc->sb_flags & SB_KERNMOUNT)) { in sysfs_init_fs_context()
/linux/fs/nfs/
H A Dnamespace.c185 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 Dmount.h164 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */
162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ global() member
/linux/fs/nilfs2/
H A Dsuper.c1145 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 Dmtdsuper.c162 if (!(fc->sb_flags & SB_SILENT)) in get_tree_mtd()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h164 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ member
/linux/fs/hpfs/
H A Dsuper.c431 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 Dsuper.c168 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 Dxfs_super.c1080 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !xfs_is_readonly(mp)) { in xfs_finish_flags()
1667 if (fc->sb_flags & SB_RDONLY) in xfs_fs_fill_super()
1669 if (fc->sb_flags & SB_DIRSYNC) in xfs_fs_fill_super()
1671 if (fc->sb_flags & SB_SYNCHRONOUS) in xfs_fs_fill_super()
1701 if (fc->sb_flags & SB_SILENT) in xfs_fs_fill_super()
2140 int flags = fc->sb_flags; in xfs_fs_reconfigure()
2147 fc->sb_flags |= SB_I_VERSION; in xfs_fs_reconfigure()
/linux/samples/vfs/
H A Dmountinfo.c162 show_sb_flags(buf->sb_flags); in dump_mountinfo()
/linux/fs/gfs2/
H A Dops_fstype.c1115 int silent = fc->sb_flags & SB_SILENT; in gfs2_fill_super()
1590 fc->sb_flags |= SB_RDONLY; in gfs2_reconfigure()
1592 if ((sb->s_flags ^ fc->sb_flags) & SB_RDONLY) { in gfs2_reconfigure()
1593 if (fc->sb_flags & SB_RDONLY) { in gfs2_reconfigure()
1696 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) { in gfs2_meta_get_tree()
/linux/fs/squashfs/
H A Dsuper.c235 if (!(fc->sb_flags & SB_SILENT)) in squashfs_fill_super()
503 fc->sb_flags |= SB_RDONLY; in squashfs_reconfigure()
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c848 to->sb_flags = from->sb_flags; in __xfs_sb_from_disk()
1026 to->sb_flags = from->sb_flags; in xfs_sb_to_disk()
/linux/fs/ceph/
H A Dsuper.c570 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/efs/
H A Dsuper.c328 fc->sb_flags |= SB_RDONLY; in efs_reconfigure()

123