Lines Matching defs:data
38 u32 *fhp = (u32*)f->data;
70 tmp += f->data[i];
253 nlm_traverse_files(void *data, nlm_host_match_fn_t match,
254 int (*is_failover_file)(void *data, struct nlm_file *file))
263 if (is_failover_file && !is_failover_file(data, file))
270 if (nlm_inspect_file(data, file, match))
331 nlmsvc_mark_host(void *data, struct nlm_host *hint)
333 struct nlm_host *host = data;
342 nlmsvc_same_host(void *data, struct nlm_host *other)
344 struct nlm_host *host = data;
350 nlmsvc_is_client(void *data, struct nlm_host *dummy)
352 struct nlm_host *host = data;