Searched refs:ns_match (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | proc_ns.h | 83 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | proc_ns.h | 82 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
|
/kernel/linux/linux-5.10/fs/ |
H A D | nsfs.c | 256 * ns_match() - Returns true if current namespace matches dev/ino provided. 263 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino) in ns_match() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | nsfs.c | 239 * ns_match() - Returns true if current namespace matches dev/ino provided. 246 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino) in ns_match() function
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | helpers.c | 559 if (!ns_match(&pidns->ns, (dev_t)dev, ino)) in BPF_CALL_4()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | helpers.c | 607 if (!ns_match(&pidns->ns, (dev_t)dev, ino)) in BPF_CALL_4()
|
Completed in 6 milliseconds