Home
last modified time | relevance | path

Searched refs:s_subtype (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/
Dproc_namespace.c91 if (sb->s_subtype && sb->s_subtype[0]) { in show_type()
93 mangle(m, sb->s_subtype); in show_type()
Dsuper.c182 kfree(s->s_subtype); in destroy_unused_super()
292 kfree(s->s_subtype); in __put_super()
Dnamespace.c2382 mnt->mnt_sb->s_subtype = kstrdup(subtype, GFP_KERNEL); in fs_set_subtype()
2384 if (!mnt->mnt_sb->s_subtype) in fs_set_subtype()
2459 !mnt->mnt_sb->s_subtype) in do_new_mount()
/Linux-v4.19/include/linux/
Dfs.h1417 char *s_subtype; member