Searched refs:fs_subtype (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 178 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */ member
|
| /linux/security/integrity/ima/ |
| H A D | ima_policy.c | 126 char *fs_subtype; 406 kfree(entry->fs_subtype); in ima_free_rule() 620 if (strcmp(rule->fs_subtype, inode->i_sb->s_subtype)) in ima_match_rules() 1122 {Opt_fs_subtype, "fs_subtype=%s"}, 1626 ima_log_string(ab, "fs_subtype", args[0].from); in ima_parse_rule() 1628 if (entry->fs_subtype) { in ima_parse_rule() 1633 entry->fs_subtype = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule() 1634 if (!entry->fs_subtype) { in ima_parse_rule() 2189 snprintf(tbuf, sizeof(tbuf), "%s", entry->fs_subtype); in ima_policy_show() 124 char *fs_subtype; global() member
|
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 156 printf(".%s", &buf->str[buf->fs_subtype]); in dump_mountinfo()
|