Home
last modified time | relevance | path

Searched refs:nr_mnt_ids (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dnamespace.c5979 u32 nr_mnt_ids; member
5991 size_t nr_mnt_ids = kls->nr_mnt_ids; in do_listmount() local
6035 for (ret = 0, r = first; r && nr_mnt_ids; r = listmnt_next(r, reverse)) { in do_listmount()
6042 nr_mnt_ids--; in do_listmount()
6056 size_t nr_mnt_ids) in prepare_klistmount() argument
6067 kls->nr_mnt_ids = nr_mnt_ids; in prepare_klistmount()
6068 kls->kmnt_ids = kvmalloc_array(nr_mnt_ids, sizeof(*kls->kmnt_ids), in prepare_klistmount()
6083 u64 __user *, mnt_ids, size_t, nr_mnt_ids, unsigned int, flags) in SYSCALL_DEFINE4() argument
6098 if (unlikely(nr_mnt_ids > maxcount)) in SYSCALL_DEFINE4()
6101 if (!access_ok(mnt_ids, nr_mnt_ids * sizeof(*mnt_ids))) in SYSCALL_DEFINE4()
[all …]
/linux/include/linux/
H A Dsyscalls.h438 u64 __user *mnt_ids, size_t nr_mnt_ids,