Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dnamespaces.c15 static const struct proc_ns_operations *ns_entries[] = { variable
128 if (ctx->pos >= 2 + ARRAY_SIZE(ns_entries)) in proc_ns_dir_readdir()
130 entry = ns_entries + (ctx->pos - 2); in proc_ns_dir_readdir()
131 last = &ns_entries[ARRAY_SIZE(ns_entries) - 1]; in proc_ns_dir_readdir()
162 last = &ns_entries[ARRAY_SIZE(ns_entries)]; in proc_ns_dir_lookup()
163 for (entry = ns_entries; entry < last; entry++) { in proc_ns_dir_lookup()