Lines Matching defs:start
108 uint32_t start;
110 start = be32_to_cpu(rec->refc.rc_startblock);
111 if (start & XFS_REFC_COWFLAG) {
112 start &= ~XFS_REFC_COWFLAG;
118 irec->rc_startblock = start;
201 uint32_t start;
206 start = xfs_refcount_encode_startblock(irec->rc_startblock,
208 rec.refc.rc_startblock = cpu_to_be32(start);
710 * There's a gap in the refcntbt at the start of the
913 * start of the range. If this is true, find_left made left and cleft
1168 /* Move the cursor to the start of ext. */
1523 /* Try to find a refcount extent that crosses the start */
1546 /* If the extent ends before the start, look at the next one */
1568 /* We found the start of a shared extent! */