Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance
/fs/dlm/ |
D | dir.c | 235 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()
|
D | dir.h | 20 char *outbuf, int outlen, int nodeid);
|