Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dproc_ns.h83 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
/Linux-v5.10/fs/
Dnsfs.c263 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino) in ns_match() function
/Linux-v5.10/kernel/bpf/
Dhelpers.c557 if (!ns_match(&pidns->ns, (dev_t)dev, ino)) in BPF_CALL_4()