Searched refs:mnt_id_req (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount.h | 50 struct mnt_id_req req = { 73 struct mnt_id_req req = {
|
| /linux/samples/vfs/ |
| H A D | mountinfo.c | 40 struct mnt_id_req req = { in statmount() 57 struct mnt_id_req req = { in listmount()
|
| /linux/tools/include/uapi/linux/ |
| H A D | mount.h | 198 struct mnt_id_req { 206 /* List of all mnt_id_req versions. */ 186 struct mnt_id_req { global() struct 193 parammnt_id_req global() argument
|
| /linux/include/uapi/linux/ |
| H A D | mount.h | 199 struct mnt_id_req { 210 /* List of all mnt_id_req versions. */ 198 struct mnt_id_req { global() struct 206 mnt_ns_idmnt_id_req global() argument
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | mount.h | 199 struct mnt_id_req { struct
|
| /linux/fs/ |
| H A D | namespace.c | 5824 static int prepare_kstatmount(struct kstatmount *ks, struct mnt_id_req *kreq, in prepare_kstatmount() 5850 static int copy_mnt_id_req(const struct mnt_id_req __user *req, in copy_mnt_id_req() 5851 struct mnt_id_req *kreq, unsigned int flags) in copy_mnt_id_req() 5856 BUILD_BUG_ON(sizeof(struct mnt_id_req) != MNT_ID_REQ_SIZE_VER1); in copy_mnt_id_req() 5888 static struct mnt_namespace *grab_requested_mnt_ns(const struct mnt_id_req *kreq) in grab_requested_mnt_ns() 5920 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() 5927 struct mnt_id_req kreq; in SYSCALL_DEFINE4() 6055 static inline int prepare_klistmount(struct klistmount *kls, struct mnt_id_req *kreq, in prepare_klistmount() 6082 SYSCALL_DEFINE4(listmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() 6087 struct mnt_id_req kreq; in SYSCALL_DEFINE4()
|
| /linux/include/linux/ |
| H A D | syscalls.h | 78 struct mnt_id_req; 434 asmlinkage long sys_statmount(const struct mnt_id_req __user *req, 437 asmlinkage long sys_listmount(const struct mnt_id_req __user *req,
|