cleft 337 drivers/media/pci/ngene/ngene-core.c u32 cleft; cleft 347 drivers/media/pci/ngene/ngene-core.c cleft = (size + 3) & ~3; cleft 348 drivers/media/pci/ngene/ngene-core.c if (cleft > FIRSTCHUNK) { cleft 350 drivers/media/pci/ngene/ngene-core.c cleft - FIRSTCHUNK); cleft 351 drivers/media/pci/ngene/ngene-core.c cleft = FIRSTCHUNK; cleft 353 drivers/media/pci/ngene/ngene-core.c ngcpyto(DATA_FIFO_AREA, ngene_fw, cleft); cleft 359 drivers/media/pci/ngene/ngene-core.c com.cmd.FWLoadFinish.Length = (unsigned short)cleft; cleft 326 drivers/media/platform/omap/omap_vout_vrfb.c int offset = 0, ctop = 0, cleft = 0, line_length = 0; cleft 355 drivers/media/platform/omap/omap_vout_vrfb.c cleft = (pix->width - crop->width) - crop->left; cleft 367 drivers/media/platform/omap/omap_vout_vrfb.c temp_ps * cleft + crop->top * temp_ps; cleft 370 drivers/media/platform/omap/omap_vout_vrfb.c cleft + crop->top * temp_ps + (line_length * cleft 381 drivers/media/platform/omap/omap_vout_vrfb.c (cleft / vr_ps) * ps; cleft 385 drivers/media/platform/omap/omap_vout_vrfb.c (cleft / vr_ps) * ps + (line_length * cleft 492 drivers/media/usb/pvrusb2/pvrusb2-hdw.c int stat, bleftend, cleft; cleft 499 drivers/media/usb/pvrusb2/pvrusb2-hdw.c cleft = cptr->hdw->cropl_val; cleft 501 drivers/media/usb/pvrusb2/pvrusb2-hdw.c *width = cleft < bleftend ? bleftend-cleft : 0; cleft 456 fs/xfs/libxfs/xfs_refcount.c struct xfs_refcount_irec *cleft, cleft 464 fs/xfs/libxfs/xfs_refcount.c cur->bc_private.a.agno, left, cleft); cleft 467 fs/xfs/libxfs/xfs_refcount.c if (cleft->rc_refcount > 1) { cleft 468 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_lookup_le(cur, cleft->rc_startblock, cleft 489 fs/xfs/libxfs/xfs_refcount.c left->rc_blockcount += cleft->rc_blockcount; cleft 494 fs/xfs/libxfs/xfs_refcount.c *agbno += cleft->rc_blockcount; cleft 495 fs/xfs/libxfs/xfs_refcount.c *aglen -= cleft->rc_blockcount; cleft 571 fs/xfs/libxfs/xfs_refcount.c struct xfs_refcount_irec *cleft, cleft 580 fs/xfs/libxfs/xfs_refcount.c left->rc_startblock = cleft->rc_startblock = NULLAGBLOCK; cleft 613 fs/xfs/libxfs/xfs_refcount.c *cleft = tmp; cleft 623 fs/xfs/libxfs/xfs_refcount.c cleft->rc_startblock = agbno; cleft 624 fs/xfs/libxfs/xfs_refcount.c cleft->rc_blockcount = min(aglen, cleft 626 fs/xfs/libxfs/xfs_refcount.c cleft->rc_refcount = 1; cleft 633 fs/xfs/libxfs/xfs_refcount.c cleft->rc_startblock = agbno; cleft 634 fs/xfs/libxfs/xfs_refcount.c cleft->rc_blockcount = aglen; cleft 635 fs/xfs/libxfs/xfs_refcount.c cleft->rc_refcount = 1; cleft 638 fs/xfs/libxfs/xfs_refcount.c left, cleft, agbno); cleft 751 fs/xfs/libxfs/xfs_refcount.c struct xfs_refcount_irec left = {0}, cleft = {0}; cleft 763 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_find_left_extents(cur, &left, &cleft, *agbno, cleft 776 fs/xfs/libxfs/xfs_refcount.c cequal = (cleft.rc_startblock == cright.rc_startblock) && cleft 777 fs/xfs/libxfs/xfs_refcount.c (cleft.rc_blockcount == cright.rc_blockcount); cleft 780 fs/xfs/libxfs/xfs_refcount.c ulen = (unsigned long long)left.rc_blockcount + cleft.rc_blockcount + cleft 783 fs/xfs/libxfs/xfs_refcount.c xfs_refc_valid(&cleft) && xfs_refc_valid(&cright) && cequal && cleft 784 fs/xfs/libxfs/xfs_refcount.c left.rc_refcount == cleft.rc_refcount + adjust && cleft 785 fs/xfs/libxfs/xfs_refcount.c right.rc_refcount == cleft.rc_refcount + adjust && cleft 788 fs/xfs/libxfs/xfs_refcount.c return xfs_refcount_merge_center_extents(cur, &left, &cleft, cleft 793 fs/xfs/libxfs/xfs_refcount.c ulen = (unsigned long long)left.rc_blockcount + cleft.rc_blockcount; cleft 794 fs/xfs/libxfs/xfs_refcount.c if (xfs_refc_valid(&left) && xfs_refc_valid(&cleft) && cleft 795 fs/xfs/libxfs/xfs_refcount.c left.rc_refcount == cleft.rc_refcount + adjust && cleft 798 fs/xfs/libxfs/xfs_refcount.c error = xfs_refcount_merge_left_extent(cur, &left, &cleft,