Searched refs:structure (Results 1 - 1 of 1) sorted by relevance

/fs/ncpfs/
H A Dncplib_kernel.c352 void ncp_extract_file_info(const void *structure, struct nw_info_struct *target) argument
357 memcpy(target, structure, info_struct_size);
358 name_len = structure + info_struct_size;
367 static inline void ncp_extract_nfs_info(const unsigned char *structure, argument
370 target->mode = DVAL_LH(structure);
371 target->rdev = DVAL_LH(structure + 8);

Completed in 24 milliseconds