Searched refs:is_dentry_allowed_for_filemod (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h528 static INLINE bool is_dentry_allowed_for_filemod(struct dentry* file_dentry, function
781 if (!is_dentry_allowed_for_filemod(filp_dentry, &device_id, &file_ino))
833 if (!is_dentry_allowed_for_filemod(old_dentry, &src_device_id, &src_file_ino) &&
834 !is_dentry_allowed_for_filemod(new_dentry, &dst_device_id, &dst_file_ino))
889 if (!is_dentry_allowed_for_filemod(dentry, &dst_device_id, &dst_file_ino))

Completed in 190 milliseconds