Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dproc_ns.h82 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
/openbmc/linux/fs/
H A Dnsfs.c246 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino) in ns_match() function
/openbmc/linux/kernel/bpf/
H A Dhelpers.c611 if (!ns_match(&pidns->ns, (dev_t)dev, ino)) in BPF_CALL_4()