Searched refs:nr_mnt_ids (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ |
| H A D | namespace.c | 6027 u32 nr_mnt_ids; member 6039 size_t nr_mnt_ids = kls->nr_mnt_ids; in do_listmount() local 6083 for (ret = 0, r = first; r && nr_mnt_ids; r = listmnt_next(r, reverse)) { in do_listmount() 6090 nr_mnt_ids--; in do_listmount() 6104 size_t nr_mnt_ids) in prepare_klistmount() argument 6115 kls->nr_mnt_ids = nr_mnt_ids; in prepare_klistmount() 6116 kls->kmnt_ids = kvmalloc_array(nr_mnt_ids, sizeof(*kls->kmnt_ids), in prepare_klistmount() 6131 u64 __user *, mnt_ids, size_t, nr_mnt_ids, unsigned int, flags) in SYSCALL_DEFINE4() argument 6146 if (unlikely(nr_mnt_ids > maxcount)) in SYSCALL_DEFINE4() 6149 if (!access_ok(mnt_ids, nr_mnt_ids * sizeof(*mnt_ids))) in SYSCALL_DEFINE4() [all …]
|