Lines Matching refs:sb_flags
67 fc->sb_flags |= token;
74 fc->sb_flags &= ~token;
238 * @sb_flags: Filesystem/superblock flags (SB_*)
239 * @sb_flags_mask: Applicable members of @sb_flags
249 unsigned int sb_flags,
262 fc->sb_flags = sb_flags;
302 unsigned int sb_flags)
304 return alloc_fs_context(fs_type, NULL, sb_flags, 0,
310 unsigned int sb_flags,
313 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags,
611 root = fc->fs_type->mount(fc->fs_type, fc->sb_flags,
634 return sb->s_op->remount_fs(sb, &fc->sb_flags,
691 fc->sb_flags = 0;