Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dmount.h155 struct statmount { struct
156 __u32 size; /* Total size, including strings */
157 __u32 mnt_opts; /* [str] Mount options of the mount */
181 * Structure for passing mount ID and miscellaneous parameters to statmount(2) argument
/linux-6.12.1/include/uapi/linux/
Dmount.h155 struct statmount { struct
156 __u32 size; /* Total size, including strings */
157 __u32 mnt_opts; /* [str] Mount options of the mount */
181 * Structure for passing mount ID and miscellaneous parameters to statmount(2) argument
/linux-6.12.1/tools/testing/selftests/filesystems/statmount/
Dstatmount.h10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, in statmount() function
/linux-6.12.1/fs/
Dnamespace.c5320 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument