Home
last modified time | relevance | path

Searched defs:statmount (Results 1 – 4 of 4) sorted by relevance

/linux-6.8/tools/include/uapi/linux/
Dmount.h155 struct statmount { struct
156 __u32 size; /* Total size, including strings */
180 * Structure for passing mount ID and miscellaneous parameters to statmount(2) argument
/linux-6.8/include/uapi/linux/
Dmount.h155 struct statmount { struct
156 __u32 size; /* Total size, including strings */
180 * Structure for passing mount ID and miscellaneous parameters to statmount(2) argument
/linux-6.8/tools/testing/selftests/filesystems/statmount/
Dstatmount_test.c38 static int statmount(uint64_t mnt_id, uint64_t mask, struct statmount *buf, in statmount() function
/linux-6.8/fs/
Dnamespace.c5000 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument