Home
last modified time | relevance | path

Searched refs:fs_subtype (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Dmount.h177 __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
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h177 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */ member
/linux/security/integrity/ima/
H A Dima_policy.c124 char *fs_subtype; member
404 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()
/linux/samples/vfs/
H A Dmountinfo.c156 printf(".%s", &buf->str[buf->fs_subtype]); in dump_mountinfo()
/linux/Documentation/ABI/testing/
H A Dima_policy26 [fs_subtype=]
/linux/fs/
H A Dnamespace.c5559 offp = &sm->fs_subtype; in statmount_string()