Searched refs:boff (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
D | file.c | 529 u32 bidx, boff, bsize; in affs_do_readpage_ofs() local 538 boff = tmp % bsize; in affs_do_readpage_ofs() 544 tmp = min(bsize - boff, to - pos); in affs_do_readpage_ofs() 547 memcpy(data + pos, AFFS_DATA(bh) + boff, tmp); in affs_do_readpage_ofs() 552 boff = 0; in affs_do_readpage_ofs() 563 u32 bidx, boff; in affs_extent_file_ofs() local 572 boff = size % bsize; in affs_extent_file_ofs() 573 if (boff) { in affs_extent_file_ofs() 577 tmp = min(bsize - boff, newsize - size); in affs_extent_file_ofs() 578 BUG_ON(boff + tmp > bsize || tmp > bsize); in affs_extent_file_ofs() [all …]
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | videobuf-core.c | 330 b->m.offset = vb->boff; in videobuf_status() 338 b->m.offset = vb->boff; in videobuf_status() 409 q->bufs[i]->boff = PAGE_ALIGN(bsize) * i; in __videobuf_mmap_setup() 596 buf->boff = b->m.offset; in videobuf_qbuf() 1189 buf->boff == (vma->vm_pgoff << PAGE_SHIFT)) { in videobuf_mmap_mapper()
|
D | videobuf-dma-sg.c | 557 bus = (dma_addr_t)(unsigned long)fbuf->base + vb->boff; in __videobuf_iolock()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_buf.c | 1733 size_t boff, in xfs_buf_zero() argument 1738 bend = boff + bsize; in xfs_buf_zero() 1739 while (boff < bend) { in xfs_buf_zero() 1743 page_index = (boff + bp->b_offset) >> PAGE_SHIFT; in xfs_buf_zero() 1744 page_offset = (boff + bp->b_offset) & ~PAGE_MASK; in xfs_buf_zero() 1747 BBTOB(bp->b_length) - boff); in xfs_buf_zero() 1753 boff += csize; in xfs_buf_zero()
|
D | xfs_buf.h | 279 void xfs_buf_zero(struct xfs_buf *bp, size_t boff, size_t bsize);
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | extent_map.c | 666 u64 boff = 0; in ocfs2_extent_map_get_blocks() local 681 boff = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_extent_map_get_blocks() 682 boff += (v_blkno & (u64)(bpc - 1)); in ocfs2_extent_map_get_blocks() 685 *p_blkno = boff; in ocfs2_extent_map_get_blocks()
|
/kernel/linux/linux-5.10/include/media/ |
D | videobuf-core.h | 89 size_t boff; member
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | quota.c | 712 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page() local 717 boff = off % bsize; in gfs2_write_buf_to_page() 756 if (to_write > (bsize - boff)) { in gfs2_write_buf_to_page() 757 pg_off += (bsize - boff); in gfs2_write_buf_to_page() 758 to_write -= (bsize - boff); in gfs2_write_buf_to_page() 759 boff = pg_off % bsize; in gfs2_write_buf_to_page()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | ctcm_mpc.c | 135 char boff[12]; in ctcmpc_dumpit() local 149 sprintf(boff, "%4.4X", (__u32)ct); in ctcmpc_dumpit() 180 addr, boff, bhex, basc); in ctcmpc_dumpit() 204 addr, boff, bhex, basc); in ctcmpc_dumpit() 212 addr, boff, bhex, basc); in ctcmpc_dumpit()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_fops.c | 1118 buf->boff == offset) { in atomisp_videobuf_mmap_mapper()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 2944 boff = query.value(2) 2948 tot = bsym_start + boff + 1 - sym_start - off
|