Searched refs:cleft (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c537 struct xfs_refcount_irec *cleft,
545 cur->bc_ag.pag->pag_agno, left, cleft);
547 ASSERT(left->rc_domain == cleft->rc_domain);
549 /* If the extent at agbno (cleft) wasn't synthesized, remove it. */
550 if (cleft->rc_refcount > 1) {
551 error = xfs_refcount_lookup_le(cur, cleft->rc_domain,
552 cleft->rc_startblock, &found_rec);
582 left->rc_blockcount += cleft->rc_blockcount;
587 *agbno += cleft->rc_blockcount;
588 *aglen -= cleft
534 xfs_refcount_merge_left_extent( struct xfs_btree_cur *cur, struct xfs_refcount_irec *left, struct xfs_refcount_irec *cleft, xfs_agblock_t *agbno, xfs_extlen_t *aglen) argument
671 xfs_refcount_find_left_extents( struct xfs_btree_cur *cur, struct xfs_refcount_irec *left, struct xfs_refcount_irec *cleft, enum xfs_refc_domain domain, xfs_agblock_t agbno, xfs_extlen_t aglen) argument
876 xfs_refc_want_merge_center( const struct xfs_refcount_irec *left, const struct xfs_refcount_irec *cleft, const struct xfs_refcount_irec *cright, const struct xfs_refcount_irec *right, bool cleft_is_cright, enum xfs_refc_adjust_op adjust, unsigned long long *ulenp) argument
922 xfs_refc_want_merge_left( const struct xfs_refcount_irec *left, const struct xfs_refcount_irec *cleft, enum xfs_refc_adjust_op adjust) argument
1001 struct xfs_refcount_irec left = {0}, cleft = {0}; local
[all...]
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c326 int offset = 0, ctop = 0, cleft = 0, line_length = 0; local
355 cleft = (pix->width - crop->width) - crop->left;
367 temp_ps * cleft + crop->top * temp_ps;
370 cleft + crop->top * temp_ps + (line_length *
381 (cleft / vr_ps) * ps;
385 (cleft / vr_ps) * ps + (line_length *
/linux-master/drivers/media/pci/ngene/
H A Dngene-core.c337 u32 cleft; local
347 cleft = (size + 3) & ~3;
348 if (cleft > FIRSTCHUNK) {
350 cleft - FIRSTCHUNK);
351 cleft = FIRSTCHUNK;
353 ngcpyto(DATA_FIFO_AREA, ngene_fw, cleft);
359 com.cmd.FWLoadFinish.Length = (unsigned short)cleft;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c492 int stat, bleftend, cleft; local
499 cleft = cptr->hdw->cropl_val;
501 *width = cleft < bleftend ? bleftend-cleft : 0;

Completed in 148 milliseconds