Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dproc_namespace.c95 if (sb->s_subtype) { in show_type()
97 mangle(m, sb->s_subtype); in show_type()
H A Dsuper.c280 kfree(s->s_subtype); in destroy_super_work()
H A Dnamespace.c5470 if (sb->s_subtype) in statmount_fs_subtype()
5471 seq_puts(seq, sb->s_subtype); in statmount_fs_subtype()
/linux-6.15/fs/fuse/
H A Dinode.c1702 sb->s_subtype = kstrdup(parent_sb->s_subtype, GFP_KERNEL); in fuse_fill_super_submount()
1703 if (parent_sb->s_subtype && !sb->s_subtype) in fuse_fill_super_submount()
1814 sb->s_subtype = ctx->subtype; in fuse_fill_super_common()
/linux-6.15/include/linux/
H A Dfs.h1404 const char *s_subtype; member