Lines Matching refs:blockcount
1136 xfs_extlen_t blockcount,
1157 blockcount);
1193 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno,
1198 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno,
1203 *new_fsb = startblock + blockcount;
1205 error = __xfs_refcount_cow_alloc(rcur, bno, blockcount);
1208 *new_fsb = startblock + blockcount;
1210 error = __xfs_refcount_cow_free(rcur, bno, blockcount);
1218 bno, blockcount, new_agbno, *new_len);
1235 xfs_extlen_t blockcount)
1242 blockcount);
1249 ri->ri_blockcount = blockcount;