Home
last modified time | relevance | path

Searched refs:INT_COPY (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_leaf.c134 INT_COPY(leaf->hdr.count, btp->count, ARCH_CONVERT); /* INT_: type change */ in xfs_dir2_block_to_leaf()
135 INT_COPY(leaf->hdr.stale, btp->stale, ARCH_CONVERT); /* INT_: type change */ in xfs_dir2_block_to_leaf()
166 INT_COPY(bestsp[0], block->hdr.bestfree[0].length, ARCH_CONVERT); in xfs_dir2_block_to_leaf()
395 INT_COPY(bestsp[use_block], data->hdr.bestfree[0].length, ARCH_CONVERT); in xfs_dir2_leaf_addname()
451 INT_COPY(bestsp[use_block], data->hdr.bestfree[0].length, ARCH_CONVERT); in xfs_dir2_leaf_addname()
1528 INT_COPY(bestsp[db], data->hdr.bestfree[0].length, ARCH_CONVERT); in xfs_dir2_leaf_removename()
1864 INT_COPY(ltp->bestcount, free->hdr.nvalid, ARCH_CONVERT); in xfs_dir2_node_to_leaf()
Dxfs_arch.h189 #define INT_COPY(dst,src,arch) \ macro
Dxfs_ialloc_btree.c1320 INT_COPY(kp[0].ir_startino, rp->ir_startino, ARCH_CONVERT); in xfs_inobt_newroot()
1322 INT_COPY(kp[1].ir_startino, rp->ir_startino, ARCH_CONVERT); in xfs_inobt_newroot()
1839 INT_COPY(*ino, rec->ir_startino, ARCH_CONVERT); in xfs_inobt_get_rec()
1840 INT_COPY(*fcnt, rec->ir_freecount, ARCH_CONVERT); in xfs_inobt_get_rec()
1841 INT_COPY(*free, rec->ir_free, ARCH_CONVERT); in xfs_inobt_get_rec()
Dxfs_dir2_node.c177 INT_COPY(free->hdr.nvalid, ltp->bestcount, ARCH_CONVERT); in xfs_dir2_leaf_to_node()
1674 INT_COPY(free->bests[findex], data->hdr.bestfree[0].length, ARCH_CONVERT); in xfs_dir2_node_addname_int()
1739 INT_COPY(free->bests[findex], data->hdr.bestfree[0].length, ARCH_CONVERT); in xfs_dir2_node_addname_int()
Dxfs_dir_leaf.c1007 INT_COPY(hdr->firstused, entry->nameidx, ARCH_CONVERT); in xfs_dir_leaf_add_work()
1525 INT_COPY(map->base, entry->nameidx, ARCH_CONVERT); in xfs_dir_leaf_remove()
1534 INT_COPY(map->base, entry->nameidx, ARCH_CONVERT); in xfs_dir_leaf_remove()
1840 INT_COPY(entry_d->nameidx, hdr_d->firstused, ARCH_CONVERT); in xfs_dir_leaf_moveents()
Dxfs_alloc_btree.c206 INT_COPY(agf->agf_longest, rrp->ar_blockcount, ARCH_CONVERT); in xfs_alloc_delrec()
234 INT_COPY(agf->agf_roots[cur->bc_btnum], *lpp, ARCH_CONVERT); in xfs_alloc_delrec()
814 INT_COPY(agf->agf_longest, recp->ar_blockcount, ARCH_CONVERT); in xfs_alloc_insrec()
Dxfs_dir2_data.c278 INT_COPY(new.length, dup->length, ARCH_CONVERT); in xfs_dir2_data_freeinsert()