Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc_btree.c153 key->inobt.ir_startino = rec->inobt.ir_startino; in xfs_inobt_init_key_from_rec()
161 rec->inobt.ir_startino = key->inobt.ir_startino; in xfs_inobt_init_rec_from_key()
169 rec->inobt.ir_startino = cpu_to_be32(cur->bc_rec.i.ir_startino); in xfs_inobt_init_rec_from_cur()
170 rec->inobt.ir_freecount = cpu_to_be32(cur->bc_rec.i.ir_freecount); in xfs_inobt_init_rec_from_cur()
171 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
205 return (__int64_t)be32_to_cpu(key->inobt.ir_startino) - in xfs_inobt_key_diff()
309 return be32_to_cpu(k1->inobt.ir_startino) < in xfs_inobt_keys_inorder()
310 be32_to_cpu(k2->inobt.ir_startino); in xfs_inobt_keys_inorder()
319 return be32_to_cpu(r1->inobt.ir_startino) + XFS_INODES_PER_CHUNK <= in xfs_inobt_recs_inorder()
320 be32_to_cpu(r2->inobt.ir_startino); in xfs_inobt_recs_inorder()
Dxfs_btree.h44 xfs_inobt_key_t inobt; member
51 xfs_inobt_rec_t inobt; member
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()