Lines Matching refs:alloc
217 rec.alloc.ar_startblock = cpu_to_be32(bno);
218 rec.alloc.ar_blockcount = cpu_to_be32(len);
241 *bno = be32_to_cpu(rec->alloc.ar_startblock);
242 *len = be32_to_cpu(rec->alloc.ar_blockcount);
742 xfs_agblock_t bno; /* alloc bno */
743 xfs_extlen_t len; /* alloc len */
2949 * Read in the allocation group header (free/alloc section).
2976 * Read in the allocation group header (free/alloc section).
3339 irec.ar_startblock = be32_to_cpu(rec->alloc.ar_startblock);
3340 irec.ar_blockcount = be32_to_cpu(rec->alloc.ar_blockcount);