Lines Matching defs:data
38 u32 *fhp = (u32*)f->data;
70 tmp += f->data[i];
299 nlm_traverse_files(void *data, nlm_host_match_fn_t match,
300 int (*is_failover_file)(void *data, struct nlm_file *file))
309 if (is_failover_file && !is_failover_file(data, file))
316 if (nlm_inspect_file(data, file, match))
377 nlmsvc_mark_host(void *data, struct nlm_host *hint)
379 struct nlm_host *host = data;
388 nlmsvc_same_host(void *data, struct nlm_host *other)
390 struct nlm_host *host = data;
396 nlmsvc_is_client(void *data, struct nlm_host *dummy)
398 struct nlm_host *host = data;