Searched refs:nr_mnt_ids (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ |
H A D | namespace.c | 5555 u64 last_mnt_id, u64 *mnt_ids, size_t nr_mnt_ids, in do_listmount() argument 5602 for (ret = 0, r = first; r && nr_mnt_ids; r = listmnt_next(r, reverse)) { in do_listmount() 5609 nr_mnt_ids--; in do_listmount() 5616 u64 __user *, mnt_ids, size_t, nr_mnt_ids, unsigned int, flags) in SYSCALL_DEFINE4() argument 5633 if (unlikely(nr_mnt_ids > maxcount)) in SYSCALL_DEFINE4() 5636 if (!access_ok(mnt_ids, nr_mnt_ids * sizeof(*mnt_ids))) in SYSCALL_DEFINE4() 5648 kmnt_ids = kvmalloc_array(nr_mnt_ids, sizeof(*kmnt_ids), in SYSCALL_DEFINE4() 5663 nr_mnt_ids, (flags & LISTMOUNT_REVERSE)); in SYSCALL_DEFINE4()
|
/linux/include/linux/ |
H A D | syscalls.h | 431 u64 __user *mnt_ids, size_t nr_mnt_ids,
|