Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance

/fs/dlm/
Ddir.c235 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names() argument
277 memcpy(outbuf + offset, &be_namelen, sizeof(__be16)); in dlm_copy_master_names()
284 memcpy(outbuf + offset, &be_namelen, sizeof(__be16)); in dlm_copy_master_names()
286 memcpy(outbuf + offset, r->res_name, r->res_length); in dlm_copy_master_names()
299 memcpy(outbuf + offset, &be_namelen, sizeof(__be16)); in dlm_copy_master_names()
Ddir.h20 char *outbuf, int outlen, int nodeid);