Home
last modified time | relevance | path

Searched refs:coff (Results 1 – 15 of 15) sorted by relevance

/linux/fs/ocfs2/
H A Dextent_map.c73 unsigned int coff; in ocfs2_extent_map_lookup() local
81 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup()
82 *phys = emi->ei_phys + coff; in ocfs2_extent_map_lookup()
84 *len = emi->ei_clusters - coff; in ocfs2_extent_map_lookup()
531 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() local
534 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
537 *num_clusters = le16_to_cpu(rec->e_leaf_clusters) - coff; in ocfs2_relative_extent_offsets()
549 u32 coff; in ocfs2_xattr_get_clusters() local
590 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters()
593 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
[all …]
H A Dfile.c1719 u32 coff, range; in ocfs2_calc_trunc_pos() local
1748 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1750 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_calc_trunc_pos()
H A Dalloc.c7237 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local
7352 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
7354 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_commit_truncate()
/linux/arch/powerpc/boot/
H A Dwrapper272 coff)
274 lds=$object/zImage.coff.lds
512 coff)
514 $objbin/hack-coff "$ofile"
H A DMakefile216 $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds : $(obj)/%: $(src)/%.S
221 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds
244 hostprogs := addnote hack-coff mktree
248 $(obj)/zImage.lds $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds
253 wrapperbits := $(always-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
360 image-$(CONFIG_PPC_PMAC) += zImage.coff zImage.miboot
444 zImage zImage.initrd zImage.chrp zImage.coff zImage.holly \
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c524 unsigned long coff; in nfp_nsp_command_buf_dma_sg() local
533 coff = 0; in nfp_nsp_command_buf_dma_sg()
535 coff = min_t(u64, arg->in_size - off, chunk_size); in nfp_nsp_command_buf_dma_sg()
536 memcpy(chunks[i].chunk, arg->in_buf + off, coff); in nfp_nsp_command_buf_dma_sg()
538 memset(chunks[i].chunk + coff, 0, chunk_size - coff); in nfp_nsp_command_buf_dma_sg()
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c455 output->dma->coff = 0; in ddb_output_start()
515 input->dma->coff = 0; in ddb_input_start()
580 (output->dma->size - output->dma->coff <= (2 * 188))) in ddb_output_free()
584 diff = off - output->dma->coff; in ddb_output_free()
601 len = output->dma->size - output->dma->coff; in ddb_output_write()
609 if (off > output->dma->coff) { in ddb_output_write()
610 len = off - output->dma->coff; in ddb_output_write()
620 output->dma->coff, in ddb_output_write()
630 output->dma->coff += len; in ddb_output_write()
631 if (output->dma->coff == output->dma->size) { in ddb_output_write()
[all …]
H A Dddbridge.h151 u32 coff; member
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dg94.c271 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4; in g94_sor_state() local
272 u32 ctrl = nvkm_rd32(device, 0x610794 + coff); in g94_sor_state()
H A Dgf119.c307 const u32 coff = (state == &sor->asy) * 0x20000 + sor->id * 0x20; in gf119_sor_state() local
308 u32 ctrl = nvkm_rd32(device, 0x640200 + coff); in gf119_sor_state()
363 const u32 coff = (state == &dac->asy) * 0x20000 + dac->id * 0x20; in gf119_dac_state() local
364 u32 ctrl = nvkm_rd32(device, 0x640180 + coff); in gf119_dac_state()
H A Dnv50.c122 const u32 coff = pior->id * 8 + (state == &pior->arm) * 4; in nv50_pior_state() local
123 u32 ctrl = nvkm_rd32(device, 0x610b80 + coff); in nv50_pior_state()
234 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4; in nv50_sor_state() local
235 u32 ctrl = nvkm_rd32(device, 0x610b70 + coff); in nv50_sor_state()
333 const u32 coff = dac->id * 8 + (state == &dac->arm) * 4; in nv50_dac_state() local
334 u32 ctrl = nvkm_rd32(device, 0x610b58 + coff); in nv50_dac_state()
/linux/include/linux/power/
H A Dmax17042_battery.h198 u16 coff; /* 0x2F */ member
/linux/net/netfilter/
H A Dnf_nat_sip.c153 unsigned int coff, matchoff, matchlen; in nf_nat_sip() local
261 coff = 0; in nf_nat_sip()
263 while (ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in nf_nat_sip()
/linux/Documentation/admin-guide/
H A Defi-stub.rst84 protocol at boot time. See :ref:`pe-coff-entry-point` for details.
/linux/scripts/
H A Dcheckpatch.pl1695 my $coff = $off - 1;
1761 $coff = $off + length($1) - 1;
1775 if ($level == 0 && $coff < $soff) {
1776 $coff = $off;
1813 my $condition = substr($blk, $soff, $coff - $soff + 1);