Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dproc_namespace.c91 if (sb->s_subtype) { in show_type()
93 mangle(m, sb->s_subtype); in show_type()
Dsuper.c185 kfree(s->s_subtype); in destroy_unused_super()
298 kfree(s->s_subtype); in __put_super()
/Linux-v5.4/fs/fuse/
Dinode.c1144 sb->s_subtype = ctx->subtype; in fuse_fill_super_common()
/Linux-v5.4/include/linux/
Dfs.h1497 const char *s_subtype; member