Home
last modified time | relevance | path

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

/fs/proc/
Dnamespaces.c14 static const struct proc_ns_operations *ns_entries[] = { variable
116 if (ctx->pos >= 2 + ARRAY_SIZE(ns_entries)) in proc_ns_dir_readdir()
118 entry = ns_entries + (ctx->pos - 2); in proc_ns_dir_readdir()
119 last = &ns_entries[ARRAY_SIZE(ns_entries) - 1]; in proc_ns_dir_readdir()
151 last = &ns_entries[ARRAY_SIZE(ns_entries)]; in proc_ns_dir_lookup()
152 for (entry = ns_entries; entry < last; entry++) { in proc_ns_dir_lookup()