ar_blockcount      88 fs/xfs/libxfs/xfs_ag.c 			arec->ar_blockcount = cpu_to_be32(start -
ar_blockcount      98 fs/xfs/libxfs/xfs_ag.c 					be32_to_cpu(arec->ar_blockcount));
ar_blockcount     114 fs/xfs/libxfs/xfs_ag.c 	arec->ar_blockcount = cpu_to_be32(id->agsize -
ar_blockcount     116 fs/xfs/libxfs/xfs_ag.c 	if (!arec->ar_blockcount)
ar_blockcount     150 fs/xfs/libxfs/xfs_alloc.c 	cur->bc_rec.a.ar_blockcount = len;
ar_blockcount     166 fs/xfs/libxfs/xfs_alloc.c 	cur->bc_rec.a.ar_blockcount = len;
ar_blockcount     182 fs/xfs/libxfs/xfs_alloc.c 	cur->bc_rec.a.ar_blockcount = len;
ar_blockcount     200 fs/xfs/libxfs/xfs_alloc.c 	rec.alloc.ar_blockcount = cpu_to_be32(len);
ar_blockcount     224 fs/xfs/libxfs/xfs_alloc.c 	*len = be32_to_cpu(rec->alloc.ar_blockcount);
ar_blockcount    3078 fs/xfs/libxfs/xfs_alloc.c 	irec.ar_blockcount = be32_to_cpu(rec->alloc.ar_blockcount);
ar_blockcount     132 fs/xfs/libxfs/xfs_alloc_btree.c 		len = rec->alloc.ar_blockcount;
ar_blockcount     135 fs/xfs/libxfs/xfs_alloc_btree.c 		if (be32_to_cpu(rec->alloc.ar_blockcount) <=
ar_blockcount     138 fs/xfs/libxfs/xfs_alloc_btree.c 		len = rec->alloc.ar_blockcount;
ar_blockcount     150 fs/xfs/libxfs/xfs_alloc_btree.c 			len = rrp->ar_blockcount;
ar_blockcount     190 fs/xfs/libxfs/xfs_alloc_btree.c 	key->alloc.ar_blockcount = rec->alloc.ar_blockcount;
ar_blockcount     201 fs/xfs/libxfs/xfs_alloc_btree.c 	x += be32_to_cpu(rec->alloc.ar_blockcount) - 1;
ar_blockcount     203 fs/xfs/libxfs/xfs_alloc_btree.c 	key->alloc.ar_blockcount = 0;
ar_blockcount     211 fs/xfs/libxfs/xfs_alloc_btree.c 	key->alloc.ar_blockcount = rec->alloc.ar_blockcount;
ar_blockcount     221 fs/xfs/libxfs/xfs_alloc_btree.c 	rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount);
ar_blockcount     256 fs/xfs/libxfs/xfs_alloc_btree.c 	diff = (int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount;
ar_blockcount     281 fs/xfs/libxfs/xfs_alloc_btree.c 	diff =  be32_to_cpu(k1->alloc.ar_blockcount) -
ar_blockcount     282 fs/xfs/libxfs/xfs_alloc_btree.c 		be32_to_cpu(k2->alloc.ar_blockcount);
ar_blockcount     400 fs/xfs/libxfs/xfs_alloc_btree.c 		be32_to_cpu(r1->alloc.ar_blockcount) <=
ar_blockcount     410 fs/xfs/libxfs/xfs_alloc_btree.c 	return be32_to_cpu(k1->alloc.ar_blockcount) <
ar_blockcount     411 fs/xfs/libxfs/xfs_alloc_btree.c 		be32_to_cpu(k2->alloc.ar_blockcount) ||
ar_blockcount     412 fs/xfs/libxfs/xfs_alloc_btree.c 		(k1->alloc.ar_blockcount == k2->alloc.ar_blockcount &&
ar_blockcount     423 fs/xfs/libxfs/xfs_alloc_btree.c 	return be32_to_cpu(r1->alloc.ar_blockcount) <
ar_blockcount     424 fs/xfs/libxfs/xfs_alloc_btree.c 		be32_to_cpu(r2->alloc.ar_blockcount) ||
ar_blockcount     425 fs/xfs/libxfs/xfs_alloc_btree.c 		(r1->alloc.ar_blockcount == r2->alloc.ar_blockcount &&
ar_blockcount    1242 fs/xfs/libxfs/xfs_format.h 	__be32		ar_blockcount;	/* count of free blocks */
ar_blockcount    1247 fs/xfs/libxfs/xfs_format.h 	xfs_extlen_t	ar_blockcount;	/* count of free blocks */
ar_blockcount     352 fs/xfs/scrub/agheader.c 	(*blocks) += rec->ar_blockcount;
ar_blockcount      81 fs/xfs/scrub/agheader_repair.c 	raa->freeblks += rec->ar_blockcount;
ar_blockcount      82 fs/xfs/scrub/agheader_repair.c 	if (rec->ar_blockcount > raa->longest)
ar_blockcount      83 fs/xfs/scrub/agheader_repair.c 		raa->longest = rec->ar_blockcount;
ar_blockcount     102 fs/xfs/scrub/alloc.c 	len = be32_to_cpu(rec->alloc.ar_blockcount);
ar_blockcount     368 fs/xfs/xfs_fsmap.c 	irec.rm_blockcount = rec->ar_blockcount;