Home
last modified time | relevance | path

Searched refs:mnt_id_req (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount.h14 struct mnt_id_req req = { in statmount()
32 struct mnt_id_req req = { in listmount()
/linux-6.15/samples/vfs/
H A Dtest-list-all-mounts.c18 struct mnt_id_req req = { in __statmount()
61 struct mnt_id_req req = { in sys_listmount()
H A Dmountinfo.c40 struct mnt_id_req req = { in statmount()
57 struct mnt_id_req req = { in listmount()
H A Dsamples-vfs.h53 struct mnt_id_req { struct
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h198 struct mnt_id_req { struct
/linux-6.15/include/uapi/linux/
H A Dmount.h198 struct mnt_id_req { struct
/linux-6.15/fs/
H A Dnamespace.c5916 static int prepare_kstatmount(struct kstatmount *ks, struct mnt_id_req *kreq, in prepare_kstatmount()
5942 static int copy_mnt_id_req(const struct mnt_id_req __user *req, in copy_mnt_id_req()
5943 struct mnt_id_req *kreq) in copy_mnt_id_req()
5948 BUILD_BUG_ON(sizeof(struct mnt_id_req) != MNT_ID_REQ_SIZE_VER1); in copy_mnt_id_req()
5974 static struct mnt_namespace *grab_requested_mnt_ns(const struct mnt_id_req *kreq) in grab_requested_mnt_ns()
6007 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4()
6013 struct mnt_id_req kreq; in SYSCALL_DEFINE4()
6114 SYSCALL_DEFINE4(listmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4()
6120 struct mnt_id_req kreq; in SYSCALL_DEFINE4()
/linux-6.15/include/linux/
H A Dsyscalls.h79 struct mnt_id_req;
427 asmlinkage long sys_statmount(const struct mnt_id_req __user *req,
430 asmlinkage long sys_listmount(const struct mnt_id_req __user *req,