Home
last modified time | relevance | path

Searched refs:STATMOUNT_MNT_BASIC (Results 1 – 7 of 7) sorted by relevance

/linux/samples/vfs/
H A Dsamples-vfs.h117 #ifndef STATMOUNT_MNT_BASIC
118 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
H A Dtest-list-all-mounts.c126 STATMOUNT_MNT_BASIC | in main()
H A Dmountinfo.c132 const __u64 mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in dump_mountinfo()
/linux/include/uapi/linux/
H A Dmount.h214 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
/linux/tools/include/uapi/linux/
H A Dmount.h214 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h214 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
/linux/fs/
H A Dnamespace.c5294 s->sm.mask |= STATMOUNT_MNT_BASIC; in statmount_mnt_basic()
5684 STATMOUNT_MNT_BASIC | \
5749 if (s->mask & STATMOUNT_MNT_BASIC) in do_statmount()