Searched refs:fs_subtype (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 177 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */ member
|
| /linux/security/integrity/ima/ |
| H A D | ima_policy.c | 124 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() 1112 {Opt_fs_subtype, "fs_subtype=%s"}, 1615 ima_log_string(ab, "fs_subtype", args[0].from); in ima_parse_rule() 1617 if (entry->fs_subtype) { in ima_parse_rule() 1622 entry->fs_subtype = kstrdup(args[0].from, GFP_KERNEL); in ima_parse_rule() 1623 if (!entry->fs_subtype) { in ima_parse_rule() 2176 snprintf(tbuf, sizeof(tbuf), "%s", entry->fs_subtype); in ima_policy_show()
|
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 156 printf(".%s", &buf->str[buf->fs_subtype]); in dump_mountinfo()
|
| /linux/fs/ |
| H A D | namespace.c | 5589 offp = &sm->fs_subtype; in statmount_string()
|