Home
last modified time | relevance | path

Searched refs:ar_blockcount (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_alloc_btree.c164 len = rec->alloc.ar_blockcount; in xfs_allocbt_update_lastrec()
167 if (be32_to_cpu(rec->alloc.ar_blockcount) <= in xfs_allocbt_update_lastrec()
170 len = rec->alloc.ar_blockcount; in xfs_allocbt_update_lastrec()
182 len = rrp->ar_blockcount; in xfs_allocbt_update_lastrec()
224 key->alloc.ar_blockcount = rec->alloc.ar_blockcount; in xfs_allocbt_init_key_from_rec()
235 rec->alloc.ar_blockcount = key->alloc.ar_blockcount; in xfs_allocbt_init_rec_from_key()
246 rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount); in xfs_allocbt_init_rec_from_cur()
276 diff = (__int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount; in xfs_allocbt_key_diff()
294 return be32_to_cpu(k1->alloc.ar_blockcount) < in xfs_allocbt_keys_inorder()
295 be32_to_cpu(k2->alloc.ar_blockcount) || in xfs_allocbt_keys_inorder()
[all …]
Dxfs_alloc_btree.h42 __be32 ar_blockcount; /* count of free blocks */ member
47 xfs_extlen_t ar_blockcount; /* count of free blocks */ member
Dxfs_fsops.c263 arec->ar_blockcount = cpu_to_be32( in xfs_growfs_data_private()
285 arec->ar_blockcount = cpu_to_be32( in xfs_growfs_data_private()
287 nfree += be32_to_cpu(arec->ar_blockcount); in xfs_growfs_data_private()
Dxfs_alloc.c69 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_eq()
85 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_ge()
101 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_le()
119 rec.alloc.ar_blockcount = cpu_to_be32(len); in xfs_alloc_update()
139 *len = be32_to_cpu(rec->alloc.ar_blockcount); in xfs_alloc_get_rec()