Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc_btree.c153 len = rec->alloc.ar_blockcount; in xfs_allocbt_update_lastrec()
156 if (be32_to_cpu(rec->alloc.ar_blockcount) <= in xfs_allocbt_update_lastrec()
159 len = rec->alloc.ar_blockcount; in xfs_allocbt_update_lastrec()
171 len = rrp->ar_blockcount; in xfs_allocbt_update_lastrec()
213 key->alloc.ar_blockcount = rec->alloc.ar_blockcount; in xfs_allocbt_init_key_from_rec()
224 rec->alloc.ar_blockcount = key->alloc.ar_blockcount; in xfs_allocbt_init_rec_from_key()
235 rec->alloc.ar_blockcount = cpu_to_be32(cur->bc_rec.a.ar_blockcount); in xfs_allocbt_init_rec_from_cur()
265 diff = (__int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount; in xfs_allocbt_key_diff()
399 return be32_to_cpu(k1->alloc.ar_blockcount) < in xfs_allocbt_keys_inorder()
400 be32_to_cpu(k2->alloc.ar_blockcount) || in xfs_allocbt_keys_inorder()
[all …]
Dxfs_alloc.c63 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_eq()
79 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_ge()
95 cur->bc_rec.a.ar_blockcount = len; in xfs_alloc_lookup_le()
113 rec.alloc.ar_blockcount = cpu_to_be32(len); in xfs_alloc_update()
133 *len = be32_to_cpu(rec->alloc.ar_blockcount); in xfs_alloc_get_rec()
Dxfs_format.h1203 __be32 ar_blockcount; /* count of free blocks */ member
1208 xfs_extlen_t ar_blockcount; /* count of free blocks */ member
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c347 arec->ar_blockcount = cpu_to_be32( in xfs_growfs_data_private()
376 arec->ar_blockcount = cpu_to_be32( in xfs_growfs_data_private()
378 nfree += be32_to_cpu(arec->ar_blockcount); in xfs_growfs_data_private()