Home
last modified time | relevance | path

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

/linux/fs/ !
H A Dnamespace.c5842 static ssize_t do_listmount(struct klistmount *kls, bool reverse) in do_listmount() argument
5844 struct mnt_namespace *ns = kls->ns; in do_listmount()
5845 u64 mnt_parent_id = kls->mnt_parent_id; in do_listmount()
5846 u64 last_mnt_id = kls->last_mnt_id; in do_listmount()
5847 u64 *mnt_ids = kls->kmnt_ids; in do_listmount()
5848 size_t nr_mnt_ids = kls->nr_mnt_ids; in do_listmount()
5855 ret = grab_requested_root(ns, &kls->root); in do_listmount()
5860 orig = kls->root; in do_listmount()
5872 if (!is_path_reachable(real_mount(orig.mnt), orig.dentry, &kls->root) && in do_listmount()
5905 static void __free_klistmount_free(const struct klistmount *kls) in __free_klistmount_free() argument
[all …]