Home
last modified time | relevance | path

Searched refs:MNT_ID_REQ_SIZE_VER0 (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount.h15 .size = MNT_ID_REQ_SIZE_VER0, in statmount()
33 .size = MNT_ID_REQ_SIZE_VER0, in listmount()
/linux/samples/vfs/
H A Dsamples-vfs.h57 #ifndef MNT_ID_REQ_SIZE_VER0
58 #define MNT_ID_REQ_SIZE_VER0 24 /* sizeof first published struct */ macro
H A Dmountinfo.c41 .size = MNT_ID_REQ_SIZE_VER0, in statmount()
58 .size = MNT_ID_REQ_SIZE_VER0, in listmount()
/linux/tools/include/uapi/linux/
H A Dmount.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h202 #define MNT_ID_REQ_SIZE_VER0 24 /* sizeof first published struct */ macro
/linux/fs/
H A Dnamespace.c5456 if (unlikely(usize < MNT_ID_REQ_SIZE_VER0)) in copy_mnt_id_req()