Searched defs:info_struct_size (Results 1 - 1 of 1) sorted by relevance

/fs/ncpfs/
H A Dncplib_kernel.c355 const int info_struct_size = offsetof(struct nw_info_struct, nameLen); local
357 memcpy(target, structure, info_struct_size);
358 name_len = structure + info_struct_size;

Completed in 35 milliseconds