Home
last modified time | relevance | path

Searched refs:inobt (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_ialloc_btree.c141 key->inobt.ir_startino = rec->inobt.ir_startino; in xfs_inobt_init_key_from_rec()
149 rec->inobt.ir_startino = key->inobt.ir_startino; in xfs_inobt_init_rec_from_key()
157 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
158 rec->inobt.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
159 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
182 return (__int64_t)be32_to_cpu(key->inobt.ir_startino) - in xfs_inobt_key_diff()
282 return be32_to_cpu(k1->inobt.ir_startino) < in xfs_inobt_keys_inorder()
283 be32_to_cpu(k2->inobt.ir_startino); in xfs_inobt_keys_inorder()
292 return be32_to_cpu(r1->inobt.ir_startino) + XFS_INODES_PER_CHUNK <= in xfs_inobt_recs_inorder()
293 be32_to_cpu(r2->inobt.ir_startino); in xfs_inobt_recs_inorder()
Dxfs_ialloc.c84 rec.inobt.ir_startino = cpu_to_be32(irec->ir_startino); in xfs_inobt_update()
85 rec.inobt.ir_freecount = cpu_to_be32(irec->ir_freecount); in xfs_inobt_update()
86 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
104 irec->ir_startino = be32_to_cpu(rec->inobt.ir_startino); in xfs_inobt_get_rec()
105 irec->ir_freecount = be32_to_cpu(rec->inobt.ir_freecount); in xfs_inobt_get_rec()
106 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_get_rec()
Dxfs_btree.h113 xfs_inobt_key_t inobt; member
120 xfs_inobt_rec_t inobt; member