Searched refs:nr_mnt_ids (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/ |
| H A D | namespace.c | 6054 u64 last_mnt_id, u64 *mnt_ids, size_t nr_mnt_ids, in do_listmount() argument 6101 for (ret = 0, r = first; r && nr_mnt_ids; r = listmnt_next(r, reverse)) { in do_listmount() 6108 nr_mnt_ids--; in do_listmount() 6115 u64 __user *, mnt_ids, size_t, nr_mnt_ids, unsigned int, flags) in SYSCALL_DEFINE4() argument 6132 if (unlikely(nr_mnt_ids > maxcount)) in SYSCALL_DEFINE4() 6135 if (!access_ok(mnt_ids, nr_mnt_ids * sizeof(*mnt_ids))) in SYSCALL_DEFINE4() 6147 kmnt_ids = kvmalloc_array(nr_mnt_ids, sizeof(*kmnt_ids), in SYSCALL_DEFINE4() 6162 nr_mnt_ids, (flags & LISTMOUNT_REVERSE)); in SYSCALL_DEFINE4()
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 431 u64 __user *mnt_ids, size_t nr_mnt_ids,
|