Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h149 #ifndef STATMOUNT_SB_SOURCE
150 #define STATMOUNT_SB_SOURCE 0x00000200U /* Want/got sb_source */ macro
H A Dmountinfo.c136 STATMOUNT_SB_SOURCE; in dump_mountinfo()
157 if (buf->mask & STATMOUNT_SB_SOURCE) in dump_mountinfo()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h222 #define STATMOUNT_SB_SOURCE 0x00000200U /* Want/got sb_source */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h222 #define STATMOUNT_SB_SOURCE 0x00000200U /* Want/got sb_source */ macro
/linux-6.15/fs/
H A Dnamespace.c5690 case STATMOUNT_SB_SOURCE: in statmount_string()
5804 STATMOUNT_SB_SOURCE | \
5873 if (!err && s->mask & STATMOUNT_SB_SOURCE) in do_statmount()
5874 err = statmount_string(s, STATMOUNT_SB_SOURCE); in do_statmount()
5912 STATMOUNT_FS_SUBTYPE | STATMOUNT_SB_SOURCE | \