Searched refs:sb_flags (Results 1 - 25 of 58) sorted by relevance

123

/linux-master/include/uapi/linux/
H A Ddlm.h43 * sb_flags: DLM_SBF_DEMOTED is returned if in the process of promoting a lock,
65 char sb_flags; member in struct:dlm_lksb
H A Dmount.h162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ member in struct:statmount
/linux-master/fs/
H A Dfs_context.c67 fc->sb_flags |= token;
74 fc->sb_flags &= ~token;
266 * @sb_flags: Filesystem/superblock flags (SB_*)
267 * @sb_flags_mask: Applicable members of @sb_flags
277 unsigned int sb_flags,
290 fc->sb_flags = sb_flags;
330 unsigned int sb_flags)
332 return alloc_fs_context(fs_type, NULL, sb_flags, 0,
338 unsigned int sb_flags,
275 alloc_fs_context(struct file_system_type *fs_type, struct dentry *reference, unsigned int sb_flags, unsigned int sb_flags_mask, enum fs_context_purpose purpose) argument
329 fs_context_for_mount(struct file_system_type *fs_type, unsigned int sb_flags) argument
337 fs_context_for_reconfigure(struct dentry *dentry, unsigned int sb_flags, unsigned int sb_flags_mask) argument
[all...]
H A Dsuper.c749 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns);
1017 bool force = fc->sb_flags & SB_FORCE;
1030 if (!(fc->sb_flags & SB_RDONLY) && sb->s_bdev &&
1034 remount_rw = !(fc->sb_flags & SB_RDONLY) && sb_rdonly(sb);
1035 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb);
1083 (fc->sb_flags & fc->sb_flags_mask)));
1527 int setup_bdev_super(struct super_block *sb, int sb_flags, argument
1530 blk_mode_t mode = sb_open_mode(sb_flags);
1600 fc->sb_flags |= SB_NOSEC;
1607 if ((fc->sb_flags
[all...]
/linux-master/include/linux/
H A Dfs_context.h104 unsigned int sb_flags; /* Proposed superblock flags (SB_*) */ member in struct:fs_context
128 unsigned int sb_flags);
130 unsigned int sb_flags,
161 int setup_bdev_super(struct super_block *sb, int sb_flags,
H A Dqnx6_fs.h100 __fs32 sb_flags; member in struct:qnx6_super_block
/linux-master/fs/dlm/
H A Dast.c31 cb->sb_flags, cb->res_name, cb->res_length);
33 cb->lkb_lksb->sb_flags = cb->sb_flags;
114 (*cb)->sb_flags = (sbflags & 0x000000FF);
H A Duser.c71 __u8 sb_flags; member in struct:dlm_lksb32
142 res32->lksb.sb_flags = res->lksb.sb_flags;
859 cb->lkb_lksb->sb_flags = cb->sb_flags;
861 cb->sb_flags, cb->res_name, cb->res_length);
/linux-master/fs/sysfs/
H A Dmount.c60 if (!(fc->sb_flags & SB_KERNMOUNT)) {
/linux-master/fs/freevxfs/
H A Dvxfs_super.c97 fc->sb_flags |= SB_RDONLY;
131 int silent = fc->sb_flags & SB_SILENT;
191 int silent = fc->sb_flags & SB_SILENT;
/linux-master/drivers/mtd/
H A Dmtdsuper.c162 if (!(fc->sb_flags & SB_SILENT))
/linux-master/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h162 __u32 sb_flags; /* SB_{RDONLY,SYNCHRONOUS,DIRSYNC,LAZYTIME} */ member in struct:statmount
/linux-master/fs/btrfs/
H A Dsuper.c266 return sb_open_mode(fc->sb_flags) & ~BLK_OPEN_RESTRICT_WRITES;
414 fc->sb_flags &= ~SB_POSIXACL;
417 fc->sb_flags |= SB_POSIXACL;
1477 !btrfs_check_options(fs_info, &ctx->mount_opt, fc->sb_flags))
1480 ret = btrfs_check_features(fs_info, !(fc->sb_flags & SB_RDONLY));
1485 btrfs_remount_begin(fs_info, old_ctx.mount_opt, fc->sb_flags);
1491 (!sb_rdonly(sb) || (fc->sb_flags & SB_RDONLY))) {
1506 if (!sb_rdonly(sb) && (fc->sb_flags & SB_RDONLY))
1508 else if (sb_rdonly(sb) && !(fc->sb_flags & SB_RDONLY))
1518 if ((fc->sb_flags
[all...]
/linux-master/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;
246 TP_printk("ls_id=%u lkb_id=%x sb_flags=%s sb_status=%d res_name=%s",
248 show_dlm_sb_flags(__entry->sb_flags), __entry->sb_status,
/linux-master/fs/romfs/
H A Dsuper.c430 fc->sb_flags |= SB_RDONLY;
509 if (!(fc->sb_flags & SB_SILENT))
523 if (!(fc->sb_flags & SB_SILENT))
/linux-master/drivers/md/
H A Dmd.c1020 set_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags);
1077 if (test_and_clear_bit(MD_SB_NEED_REWRITE, &mddev->sb_flags))
2656 set_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags);
2741 set_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags);
2747 if (test_and_clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags))
2749 if (test_and_clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags))
2756 bit_clear_unless(&mddev->sb_flags, BIT(MD_SB_CHANGE_PENDING),
2782 clear_bit(MD_SB_CHANGE_CLEAN, &mddev->sb_flags);
2783 clear_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags);
2785 clear_bit(MD_SB_CHANGE_PENDING, &mddev->sb_flags);
[all...]
/linux-master/fs/qnx6/
H A Dinode.c61 fc->sb_flags |= SB_RDONLY;
211 pr_debug("flags: %08x\n", fs32_to_cpu(sbi, sb->sb_flags));
306 int silent = fc->sb_flags & SB_SILENT;
/linux-master/fs/qnx4/
H A Dinode.c52 fc->sb_flags |= SB_RDONLY;
198 int silent = fc->sb_flags & SB_SILENT;
/linux-master/fs/xfs/
H A Dxfs_super.c1017 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !xfs_is_readonly(mp)) {
1513 if (fc->sb_flags & SB_RDONLY)
1515 if (fc->sb_flags & SB_DIRSYNC)
1517 if (fc->sb_flags & SB_SYNCHRONOUS)
1544 if (fc->sb_flags & SB_SILENT)
1934 int flags = fc->sb_flags;
1939 fc->sb_flags |= SB_I_VERSION;
/linux-master/fs/nilfs2/
H A Dsuper.c1128 if ((bool)(fc->sb_flags & SB_RDONLY) == sb_rdonly(sb))
1130 if (fc->sb_flags & SB_RDONLY) {
1193 if (ctx->cno && !(fc->sb_flags & SB_RDONLY)) {
1209 err = setup_bdev_super(s, fc->sb_flags, fc);
1218 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) {
/linux-master/fs/squashfs/
H A Dsuper.c230 if (!(fc->sb_flags & SB_SILENT))
495 fc->sb_flags |= SB_RDONLY;
/linux-master/fs/efivarfs/
H A Dsuper.c356 if (!efivar_supports_writes() && !(fc->sb_flags & SB_RDONLY)) {
/linux-master/fs/ceph/
H A Dsuper.c569 fc->sb_flags |= SB_POSIXACL;
574 fc->sb_flags &= ~SB_POSIXACL;
1249 if (fc->sb_flags != (sb->s_flags & ~SB_BORN)) {
1460 fc->sb_flags |= SB_POSIXACL;
/linux-master/fs/coda/
H A Dinode.c95 fc->sb_flags |= SB_NOATIME;
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c653 to->sb_flags = from->sb_flags;
734 * of superblock that do not have pquotino. from->sb_flags
800 to->sb_flags = from->sb_flags;

Completed in 470 milliseconds

123