Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h176 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */ member
/linux-6.15/include/uapi/linux/
H A Dmount.h176 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */ member
/linux-6.15/samples/vfs/
H A Dsamples-vfs.h39 __u32 fs_subtype; /* [str] Subtype of fs_type (if any) */ member
H A Dmountinfo.c156 printf(".%s", &buf->str[buf->fs_subtype]); in dump_mountinfo()
/linux-6.15/fs/
H A Dnamespace.c5687 offp = &sm->fs_subtype; in statmount_string()