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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h798 filemod_data->dst_device_id = device_id;
831 u32 dst_device_id = 0; local
834 !is_dentry_allowed_for_filemod(new_dentry, &dst_device_id, &dst_file_ino))
851 filemod_data->dst_device_id = dst_device_id;
887 u32 dst_device_id = 0; local
889 if (!is_dentry_allowed_for_filemod(dentry, &dst_device_id, &dst_file_ino))
906 filemod_data->dst_device_id = dst_device_id;
H A Dprofiler.h136 uint32_t dst_device_id; member in struct:var_filemod_data_t

Completed in 114 milliseconds