Lines Matching refs:sb_flags
67 fc->sb_flags |= token; in vfs_parse_sb_flag()
74 fc->sb_flags &= ~token; in vfs_parse_sb_flag()
249 unsigned int sb_flags, in alloc_fs_context() argument
262 fc->sb_flags = sb_flags; in alloc_fs_context()
302 unsigned int sb_flags) in fs_context_for_mount() argument
304 return alloc_fs_context(fs_type, NULL, sb_flags, 0, in fs_context_for_mount()
310 unsigned int sb_flags, in fs_context_for_reconfigure() argument
313 return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, in fs_context_for_reconfigure()
611 root = fc->fs_type->mount(fc->fs_type, fc->sb_flags, in legacy_get_tree()
634 return sb->s_op->remount_fs(sb, &fc->sb_flags, in legacy_reconfigure()
691 fc->sb_flags = 0; in vfs_clean_context()