Home
last modified time | relevance | path

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

/fs/ncpfs/
Dncplib_kernel.c352 void ncp_extract_file_info(const void *structure, struct nw_info_struct *target) in ncp_extract_file_info() argument
357 memcpy(target, structure, info_struct_size); in ncp_extract_file_info()
358 name_len = structure + info_struct_size; in ncp_extract_file_info()
367 static inline void ncp_extract_nfs_info(const unsigned char *structure, in ncp_extract_nfs_info() argument
370 target->mode = DVAL_LH(structure); in ncp_extract_nfs_info()
371 target->rdev = DVAL_LH(structure + 8); in ncp_extract_nfs_info()
/fs/jffs2/
DREADME.Locking38 jffs2_sb_info structure. Atomically reading the wbuf_len member to see