Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dmountinfo.c136 STATMOUNT_SB_SOURCE; in dump_mountinfo()
157 if (buf->mask & STATMOUNT_SB_SOURCE) in dump_mountinfo()
/linux/include/uapi/linux/
H A Dmount.h226 #define STATMOUNT_SB_SOURCE 0x00000200U /* Want/got sb_source */
222 #define STATMOUNT_SB_SOURCE global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h226 #define STATMOUNT_SB_SOURCE 0x00000200U /* Want/got sb_source */ macro
/linux/fs/
H A Dnamespace.c5562 case STATMOUNT_SB_SOURCE: in statmount_string()
5676 STATMOUNT_SB_SOURCE | \
5781 if (!err && s->mask & STATMOUNT_SB_SOURCE) in do_statmount()
5782 err = statmount_string(s, STATMOUNT_SB_SOURCE); in do_statmount()
5820 STATMOUNT_FS_SUBTYPE | STATMOUNT_SB_SOURCE | \