/linux-4.1.27/fs/isofs/ |
D | compress.c | 45 struct page **pages, unsigned poffset, in zisofs_uncompress_block() argument 123 + poffset; in zisofs_uncompress_block() 124 stream.avail_out = PAGE_CACHE_SIZE - poffset; in zisofs_uncompress_block() 125 poffset = 0; in zisofs_uncompress_block() 207 loff_t poffset = 0; in zisofs_fill_pages() local 261 pcount, pages, poffset, &err); in zisofs_fill_pages() 262 poffset += ret; in zisofs_fill_pages() 263 pages += poffset >> PAGE_CACHE_SHIFT; in zisofs_fill_pages() 264 pcount -= poffset >> PAGE_CACHE_SHIFT; in zisofs_fill_pages() 265 full_page -= poffset >> PAGE_CACHE_SHIFT; in zisofs_fill_pages() [all …]
|
/linux-4.1.27/fs/udf/ |
D | dir.c | 139 int poffset; /* Unpaded ending offset */ in udf_readdir() local 141 poffset = fibh.soffset + sizeof(struct fileIdentDesc) + liu + lfi; in udf_readdir() 143 if (poffset >= lfi) { in udf_readdir() 144 nameptr = (char *)(fibh.ebh->b_data + poffset - lfi); in udf_readdir() 148 lfi - poffset); in udf_readdir() 149 memcpy(nameptr + lfi - poffset, in udf_readdir() 150 fibh.ebh->b_data, poffset); in udf_readdir()
|
D | namei.c | 202 int poffset; /* Unpaded ending offset */ in udf_find_entry() local 204 poffset = fibh->soffset + sizeof(struct fileIdentDesc) + in udf_find_entry() 207 if (poffset >= lfi) in udf_find_entry() 209 poffset - lfi); in udf_find_entry() 213 lfi - poffset); in udf_find_entry() 214 memcpy(nameptr + lfi - poffset, in udf_find_entry() 215 fibh->ebh->b_data, poffset); in udf_find_entry()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | module.c | 42 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument 55 g->got_offset = *poffset; in process_reloc_for_got() 56 *poffset += 8; in process_reloc_for_got() 64 g->got_offset = *poffset; in process_reloc_for_got() 65 *poffset += 8; in process_reloc_for_got()
|
/linux-4.1.27/drivers/of/ |
D | fdt.c | 173 int *poffset, in unflatten_dt_node() argument 190 pathp = fdt_get_name(blob, *poffset, &l); in unflatten_dt_node() 253 for (offset = fdt_first_property_offset(blob, *poffset); in unflatten_dt_node() 338 *poffset = fdt_next_node(blob, *poffset, &depth); in unflatten_dt_node() 341 while (*poffset > 0 && depth > old_depth) in unflatten_dt_node() 342 mem = unflatten_dt_node(blob, mem, poffset, np, NULL, in unflatten_dt_node() 345 if (*poffset < 0 && *poffset != -FDT_ERR_NOTFOUND) in unflatten_dt_node() 346 pr_err("unflatten: error %d processing FDT\n", *poffset); in unflatten_dt_node()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 431 u8 *poffset; in r8712_rxcmd_event_hdl() local 435 poffset = (u8 *)prxcmdbuf; in r8712_rxcmd_event_hdl() 436 voffset = *(uint *)poffset; in r8712_rxcmd_event_hdl() 440 poffset += RXDESC_SIZE + drvinfo_sz; in r8712_rxcmd_event_hdl() 442 voffset = *(uint *)poffset; in r8712_rxcmd_event_hdl() 444 r8712_event_handle(padapter, (uint *)poffset); in r8712_rxcmd_event_hdl() 445 poffset += (cmd_len + 8);/*8 bytes alignment*/ in r8712_rxcmd_event_hdl()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | si2165.c | 331 const u8 *data, u32 len, u32 *poffset, u32 block_count) in si2165_upload_firmware_block() argument 337 u32 offset = poffset ? *poffset : 0; in si2165_upload_firmware_block() 389 if (poffset) in si2165_upload_firmware_block() 390 *poffset = offset; in si2165_upload_firmware_block()
|
/linux-4.1.27/arch/arm/mm/ |
D | alignment.c | 702 union offset_union *poffset) in do_alignment_t32_to_handler() argument 735 poffset->un = (tinst2 & 0xff) << 2; in do_alignment_t32_to_handler()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 897 uint32_t handle, uint64_t *poffset) in nouveau_display_dumb_map_offset() argument 904 *poffset = drm_vma_node_offset_addr(&bo->bo.vma_node); in nouveau_display_dumb_map_offset()
|
/linux-4.1.27/sound/pci/nm256/ |
D | nm256.c | 362 u32 poffset = (stream == SNDRV_PCM_STREAM_CAPTURE ? in snd_nm256_load_coefficient() local 369 if (snd_nm256_readb(chip, poffset) & 1) { in snd_nm256_load_coefficient()
|
/linux-4.1.27/fs/cifs/ |
D | file.c | 3567 loff_t *poffset) in cifs_readpage_worker() argument 3580 rc = cifs_read(file, read_data, PAGE_CACHE_SIZE, poffset); in cifs_readpage_worker()
|