Searched refs:is_dentry_allowed_for_filemod (Results 1 – 1 of 1) sorted by relevance
525 static INLINE bool is_dentry_allowed_for_filemod(struct dentry* file_dentry, in is_dentry_allowed_for_filemod() function778 if (!is_dentry_allowed_for_filemod(filp_dentry, &device_id, &file_ino)) in kprobe_ret__do_filp_open()830 if (!is_dentry_allowed_for_filemod(old_dentry, &src_device_id, &src_file_ino) && in BPF_KPROBE()831 !is_dentry_allowed_for_filemod(new_dentry, &dst_device_id, &dst_file_ino)) in BPF_KPROBE()886 if (!is_dentry_allowed_for_filemod(dentry, &dst_device_id, &dst_file_ino)) in BPF_KPROBE()