Searched refs:fs_subtype (Results 1 – 6 of 6) sorted by relevance
177 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */225 #define STATMOUNT_FS_SUBTYPE 0x00000100U /* Want/got fs_subtype */176 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */ global() member
177 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */ member
124 char *fs_subtype; member404 kfree(entry->fs_subtype); in ima_free_rule()612 if (strcmp(rule->fs_subtype, inode->i_sb->s_subtype)) in ima_match_rules()1616 if (entry->fs_subtype) { in ima_parse_rule()1621 entry->fs_subtype = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule()1622 if (!entry->fs_subtype) { in ima_parse_rule()2178 snprintf(tbuf, sizeof(tbuf), "%s", entry->fs_subtype); in ima_policy_show()
156 printf(".%s", &buf->str[buf->fs_subtype]); in dump_mountinfo()
26 [fs_subtype=]
5559 offp = &sm->fs_subtype; in statmount_string()