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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h832 u64 dst_file_ino = 0; local
834 !is_dentry_allowed_for_filemod(new_dentry, &dst_device_id, &dst_file_ino))
849 filemod_data->dst_inode = dst_file_ino;
888 u64 dst_file_ino = 0; local
889 if (!is_dentry_allowed_for_filemod(dentry, &dst_device_id, &dst_file_ino))
904 filemod_data->dst_inode = dst_file_ino;

Completed in 130 milliseconds