Lines Matching refs:first
159 * Lookup the first record greater than or equal to [bno, len]
179 * Lookup the first record less than or equal to [bno, len]
439 xfs_agblock_t nfbno1; /* first new free startblock */
441 xfs_extlen_t nflen1=0; /* first new free length */
983 * We looked up the first record >= [agbno, len] above. The agbno is a
1320 bool find_one, /* quit on first candidate */
1400 * and take the first available extent.
1504 /* Randomly don't execute the first algorithm. */
1748 * In the first case above, we got the last entry in the
2358 * on-disk flcount and the active [first, last] range of a wrapped agfl. This
2717 int first; /* first byte offset */
2746 xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last);
2747 xfs_trans_log_buf(tp, bp, (uint)first, (uint)last);
3104 * Try near allocation first, then anywhere-in-ag after
3105 * the first a.g. fails.
3137 * Loop over allocation groups twice; first time with
3165 * For the first allocation, we can try any AG to get
3423 /* Otherwise, walk from first to last, wrapping as needed. */