Searched refs:bufptr (Results 1 – 3 of 3) sorted by relevance
95 static int hfsplus_read_mdb(void *bufptr, struct hfsplus_wd *wd) in hfsplus_read_mdb() argument101 sig = *(__be16 *)(bufptr + HFSP_WRAPOFF_EMBEDSIG); in hfsplus_read_mdb()106 attrib = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ATTRIB)); in hfsplus_read_mdb()112 be32_to_cpu(*(__be32 *)(bufptr + HFSP_WRAPOFF_ABLKSIZE)); in hfsplus_read_mdb()118 be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ABLKSTART)); in hfsplus_read_mdb()120 extent = get_unaligned_be32(bufptr + HFSP_WRAPOFF_EMBEDEXT); in hfsplus_read_mdb()
3743 unsigned char *bufptr; in SMB2_query_directory() local3787 bufptr = req->Buffer; in SMB2_query_directory()3788 memcpy(bufptr, &asteriks, len); in SMB2_query_directory()
2937 typedef int gifconf_func_t(struct net_device * dev, char __user * bufptr,