Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c6009 u32 nr_mnt_ids; member
6021 size_t nr_mnt_ids = kls->nr_mnt_ids; in do_listmount() local
6065 for (ret = 0, r = first; r && nr_mnt_ids; r = listmnt_next(r, reverse)) { in do_listmount()
6072 nr_mnt_ids--; in do_listmount()
6086 size_t nr_mnt_ids) in prepare_klistmount() argument
6097 kls->nr_mnt_ids = nr_mnt_ids; in prepare_klistmount()
6098 kls->kmnt_ids = kvmalloc_array(nr_mnt_ids, sizeof(*kls->kmnt_ids), in prepare_klistmount()
6113 u64 __user *, mnt_ids, size_t, nr_mnt_ids, unsigned int, flags) in SYSCALL_DEFINE4() argument
6128 if (unlikely(nr_mnt_ids > maxcount)) in SYSCALL_DEFINE4()
6131 if (!access_ok(mnt_ids, nr_mnt_ids * sizeof(*mnt_ids))) in SYSCALL_DEFINE4()
[all …]