Home
last modified time | relevance | path

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

/linux/include/linux/fs/
H A Dsuper_types.h224 const char *s_subtype; member
/linux/fs/fuse/
H A Dinode.c1739 sb->s_subtype = kstrdup(parent_sb->s_subtype, GFP_KERNEL); in fuse_fill_super_submount()
1740 if (parent_sb->s_subtype && !sb->s_subtype) in fuse_fill_super_submount()
1852 sb->s_subtype = ctx->subtype; in fuse_fill_super_common()
/linux/security/integrity/ima/
H A Dima_policy.c610 if (!inode->i_sb->s_subtype) in ima_match_rules()
612 if (strcmp(rule->fs_subtype, inode->i_sb->s_subtype)) in ima_match_rules()
/linux/fs/
H A Dsuper.c282 kfree(s->s_subtype); in destroy_super_work()
H A Dnamespace.c5342 if (sb->s_subtype) in statmount_fs_subtype()
5343 seq_puts(seq, sb->s_subtype); in statmount_fs_subtype()