Home
last modified time | relevance | path

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

/linux/fs/ !
H A Dnamespace.c5835 u64 *kmnt_ids; member
5847 u64 *mnt_ids = kls->kmnt_ids; in do_listmount()
5908 kvfree(kls->kmnt_ids); in __free_klistmount_free()
5925 kls->kmnt_ids = kvmalloc_array(nr_mnt_ids, sizeof(*kls->kmnt_ids), in prepare_klistmount()
5927 if (!kls->kmnt_ids) in prepare_klistmount()
5981 if (copy_to_user(mnt_ids, kls.kmnt_ids, ret * sizeof(*mnt_ids))) in SYSCALL_DEFINE4()