Searched refs:sb_flags (Results 1 - 25 of 54) 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.c748 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns);
1016 bool force = fc->sb_flags & SB_FORCE;
1029 if (!(fc->sb_flags & SB_RDONLY) && sb->s_bdev &&
1033 remount_rw = !(fc->sb_flags & SB_RDONLY) && sb_rdonly(sb);
1034 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb);
1082 (fc->sb_flags & fc->sb_flags_mask)));
1526 int setup_bdev_super(struct super_block *sb, int sb_flags, argument
1529 blk_mode_t mode = sb_open_mode(sb_flags);
1599 fc->sb_flags |= SB_NOSEC;
1606 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/sysfs/
H A Dmount.c60 if (!(fc->sb_flags & SB_KERNMOUNT)) {
/linux-master/fs/dlm/
H A Dast.c87 cb->sb_flags = (sbflags & 0x000000FF);
185 lkb->lkb_lksb->sb_flags = cb->sb_flags;
H A Duser.c71 __u8 sb_flags; member in struct:dlm_lksb32
142 res32->lksb.sb_flags = res->lksb.sb_flags;
905 lkb->lkb_lksb->sb_flags = cb->sb_flags;
/linux-master/drivers/mtd/
H A Dmtdsuper.c162 if (!(fc->sb_flags & SB_SILENT))
/linux-master/tools/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.c263 return sb_open_mode(fc->sb_flags) & ~BLK_OPEN_RESTRICT_WRITES;
411 fc->sb_flags &= ~SB_POSIXACL;
414 fc->sb_flags |= SB_POSIXACL;
1470 !btrfs_check_options(fs_info, &ctx->mount_opt, fc->sb_flags))
1473 ret = btrfs_check_features(fs_info, !(fc->sb_flags & SB_RDONLY));
1478 btrfs_remount_begin(fs_info, old_ctx.mount_opt, fc->sb_flags);
1484 (!sb_rdonly(sb) || (fc->sb_flags & SB_RDONLY))) {
1499 if (!sb_rdonly(sb) && (fc->sb_flags & SB_RDONLY))
1501 else if (sb_rdonly(sb) && !(fc->sb_flags & SB_RDONLY))
1511 if ((fc->sb_flags
[all...]
/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/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/fs/qnx4/
H A Dinode.c52 fc->sb_flags |= SB_RDONLY;
198 int silent = fc->sb_flags & SB_SILENT;
/linux-master/include/trace/events/
H A Ddlm.h234 __field(u8, sb_flags)
245 __entry->sb_flags = lkb->lkb_lksb->sb_flags;
254 TP_printk("ls_id=%u lkb_id=%x sb_flags=%s sb_status=%d res_name=%s",
256 show_dlm_sb_flags(__entry->sb_flags), __entry->sb_status,
/linux-master/fs/xfs/
H A Dxfs_super.c1015 if ((mp->m_sb.sb_flags & XFS_SBF_READONLY) && !xfs_is_readonly(mp)) {
1502 if (fc->sb_flags & SB_RDONLY)
1504 if (fc->sb_flags & SB_DIRSYNC)
1506 if (fc->sb_flags & SB_SYNCHRONOUS)
1533 if (fc->sb_flags & SB_SILENT)
1915 int flags = fc->sb_flags;
1920 fc->sb_flags |= SB_I_VERSION;
/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/nfs/
H A Dsuper.c1042 fc->sb_flags |= SB_SYNCHRONOUS;
1118 if ((s->s_flags & NFS_SB_MASK) != (fc->sb_flags & NFS_SB_MASK))
1288 fc->sb_flags |= SB_SYNCHRONOUS;
1292 fc->sb_flags |= SB_SYNCHRONOUS;
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c648 to->sb_flags = from->sb_flags;
729 * of superblock that do not have pquotino. from->sb_flags
795 to->sb_flags = from->sb_flags;
/linux-master/fs/gfs2/
H A Dlock_dlm.c125 BUG_ON(gl->gl_lksb.sb_flags & DLM_SBF_DEMOTED);
127 if ((gl->gl_lksb.sb_flags & DLM_SBF_VALNOTVALID) && gl->gl_lksb.sb_lvbptr)
152 if (gl->gl_lksb.sb_flags & DLM_SBF_ALTMODE) {
/linux-master/fs/erofs/
H A Dsuper.c729 fc->sb_flags |= SB_POSIXACL;
731 fc->sb_flags &= ~SB_POSIXACL;
735 fc->sb_flags |= SB_RDONLY;

Completed in 681 milliseconds

123