Searched refs:is_dentry_allowed_for_filemod (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 529 static INLINE bool is_dentry_allowed_for_filemod(struct dentry* file_dentry, in is_dentry_allowed_for_filemod() function 786 if (!is_dentry_allowed_for_filemod(filp_dentry, &device_id, &file_ino)) in kprobe_ret__do_filp_open() 839 if (!is_dentry_allowed_for_filemod(old_dentry, &src_device_id, &src_file_ino) && in BPF_KPROBE() 840 !is_dentry_allowed_for_filemod(new_dentry, &dst_device_id, &dst_file_ino)) in BPF_KPROBE() 899 if (!is_dentry_allowed_for_filemod(dentry, &dst_device_id, &dst_file_ino)) in BPF_KPROBE()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 534 static INLINE bool is_dentry_allowed_for_filemod(struct dentry* file_dentry, in is_dentry_allowed_for_filemod() function 798 if (!is_dentry_allowed_for_filemod(filp_dentry, &device_id, &file_ino)) in kprobe_ret__do_filp_open() 852 if (!is_dentry_allowed_for_filemod(old_dentry, &src_device_id, &src_file_ino) && in BPF_KPROBE() 853 !is_dentry_allowed_for_filemod(new_dentry, &dst_device_id, &dst_file_ino)) in BPF_KPROBE() 912 if (!is_dentry_allowed_for_filemod(dentry, &dst_device_id, &dst_file_ino)) in BPF_KPROBE()
|
Completed in 3 milliseconds