Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount.h21 req.size = MNT_ID_REQ_SIZE_VER1; in statmount()
39 req.size = MNT_ID_REQ_SIZE_VER1; in listmount()
/linux/samples/vfs/
H A Dsamples-vfs.h61 #ifndef MNT_ID_REQ_SIZE_VER1
62 #define MNT_ID_REQ_SIZE_VER1 32 /* sizeof second published struct */ macro
H A Dtest-list-all-mounts.c19 .size = MNT_ID_REQ_SIZE_VER1, in __statmount()
62 .size = MNT_ID_REQ_SIZE_VER1, in sys_listmount()
H A Dmountinfo.c47 req.size = MNT_ID_REQ_SIZE_VER1; in statmount()
64 req.size = MNT_ID_REQ_SIZE_VER1; in listmount()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h203 #define MNT_ID_REQ_SIZE_VER1 32 /* sizeof second published struct */ macro
/linux/fs/
H A Dnamespace.c5449 BUILD_BUG_ON(sizeof(struct mnt_id_req) != MNT_ID_REQ_SIZE_VER1); in copy_mnt_id_req()