Home
last modified time | relevance | path

Searched refs:LEFT (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_rmap.c921 #define LEFT r[0] macro
1003 error = xfs_rmap_get_rec(cur, &LEFT, &i); in xfs_rmap_convert()
1008 LEFT.rm_startblock + LEFT.rm_blockcount <= bno, in xfs_rmap_convert()
1011 cur->bc_private.a.agno, LEFT.rm_startblock, in xfs_rmap_convert()
1012 LEFT.rm_blockcount, LEFT.rm_owner, in xfs_rmap_convert()
1013 LEFT.rm_offset, LEFT.rm_flags); in xfs_rmap_convert()
1014 if (LEFT.rm_startblock + LEFT.rm_blockcount == bno && in xfs_rmap_convert()
1015 LEFT.rm_offset + LEFT.rm_blockcount == offset && in xfs_rmap_convert()
1016 xfs_rmap_is_mergeable(&LEFT, owner, newext)) in xfs_rmap_convert()
1055 (unsigned long)LEFT.rm_blockcount + len + in xfs_rmap_convert()
[all …]
Dxfs_bmap.c1563 #define LEFT r[0] in xfs_bmap_add_extent_delay_real() macro
1592 if (xfs_iext_peek_prev_extent(ifp, &bma->icur, &LEFT)) { in xfs_bmap_add_extent_delay_real()
1594 if (isnullstartblock(LEFT.br_startblock)) in xfs_bmap_add_extent_delay_real()
1599 LEFT.br_startoff + LEFT.br_blockcount == new->br_startoff && in xfs_bmap_add_extent_delay_real()
1600 LEFT.br_startblock + LEFT.br_blockcount == new->br_startblock && in xfs_bmap_add_extent_delay_real()
1601 LEFT.br_state == new->br_state && in xfs_bmap_add_extent_delay_real()
1602 LEFT.br_blockcount + new->br_blockcount <= MAXEXTLEN) in xfs_bmap_add_extent_delay_real()
1625 LEFT.br_blockcount + new->br_blockcount + RIGHT.br_blockcount in xfs_bmap_add_extent_delay_real()
1641 LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount; in xfs_bmap_add_extent_delay_real()
1646 xfs_iext_update_extent(bma->ip, state, &bma->icur, &LEFT); in xfs_bmap_add_extent_delay_real()
[all …]
/linux-4.19.296/lib/
Dvsprintf.c397 #define LEFT 2 /* left justified */ macro
455 if (spec.flags & LEFT) in number()
501 if (!(spec.flags & (ZEROPAD | LEFT))) { in number()
528 if (!(spec.flags & LEFT)) { in number()
608 if (!(spec.flags & LEFT)) { in widen_string()
780 .flags = LEFT, in resource_string()
2038 spec->flags |= LEFT; in format_decode()
2074 case '-': spec->flags |= LEFT; break; in format_decode()
2300 if (!(spec.flags & LEFT)) { in vsnprintf()
2774 if (!(spec.flags & LEFT)) { in bstr_printf()
/linux-4.19.296/drivers/iio/light/
Dapds9960.c293 APDS9960_GESTURE_CHANNEL(LEFT, 2),