Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c5836 u32 nr_mnt_ids; member
5848 size_t nr_mnt_ids = kls->nr_mnt_ids; in do_listmount() local
5892 for (ret = 0, r = first; r && nr_mnt_ids; r = listmnt_next(r, reverse)) { in do_listmount()
5899 nr_mnt_ids--; in do_listmount()
5913 size_t nr_mnt_ids) in prepare_klistmount() argument
5924 kls->nr_mnt_ids = nr_mnt_ids; in prepare_klistmount()
5925 kls->kmnt_ids = kvmalloc_array(nr_mnt_ids, sizeof(*kls->kmnt_ids), in prepare_klistmount()
5939 u64 __user *, mnt_ids, size_t, nr_mnt_ids, unsigned int, flags) in SYSCALL_DEFINE4() argument
5954 if (unlikely(nr_mnt_ids > maxcount)) in SYSCALL_DEFINE4()
5957 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,