Home
last modified time | relevance | path

Searched refs:sb_source (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dmount.h178 __u32 sb_source; /* [str] Source string of the mount */
226 #define STATMOUNT_SB_SOURCE 0x00000200U /* Want/got sb_source */
177 __u32 sb_source; /* [str] Source string of the mount */ global() member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h178 __u32 sb_source; /* [str] Source string of the mount */ member
/linux/samples/vfs/
H A Dmountinfo.c158 printf(" %s ", &buf->str[buf->sb_source]); in dump_mountinfo()
/linux/fs/
H A Dnamespace.c5563 offp = &sm->sb_source; in statmount_string()