Home
last modified time | relevance | path

Searched refs:tmp_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dir_leaf.c1608 xfs_dir_leaf_hdr_t *drop_hdr, *save_hdr, *tmp_hdr; in xfs_dir_leaf_unbalance() local
1657 tmp_hdr = &tmp_leaf->hdr; in xfs_dir_leaf_unbalance()
1658 tmp_hdr->info = save_hdr->info; /* struct copy */ in xfs_dir_leaf_unbalance()
1659 INT_ZERO(tmp_hdr->count, ARCH_CONVERT); in xfs_dir_leaf_unbalance()
1660 INT_SET(tmp_hdr->firstused, ARCH_CONVERT, state->blocksize); in xfs_dir_leaf_unbalance()
1661 if (INT_ISZERO(tmp_hdr->firstused, ARCH_CONVERT)) in xfs_dir_leaf_unbalance()
1662 INT_SET(tmp_hdr->firstused, ARCH_CONVERT, state->blocksize - 1); in xfs_dir_leaf_unbalance()
1663 INT_ZERO(tmp_hdr->namebytes, ARCH_CONVERT); in xfs_dir_leaf_unbalance()
Dxfs_attr_leaf.c1718 xfs_attr_leaf_hdr_t *drop_hdr, *save_hdr, *tmp_hdr; in xfs_attr_leaf_unbalance() local
1773 tmp_hdr = &tmp_leaf->hdr; in xfs_attr_leaf_unbalance()
1774 tmp_hdr->info = save_hdr->info; /* struct copy */ in xfs_attr_leaf_unbalance()
1775 INT_ZERO(tmp_hdr->count, ARCH_CONVERT); in xfs_attr_leaf_unbalance()
1776 INT_SET(tmp_hdr->firstused, ARCH_CONVERT, state->blocksize); in xfs_attr_leaf_unbalance()
1777 if (INT_ISZERO(tmp_hdr->firstused, ARCH_CONVERT)) { in xfs_attr_leaf_unbalance()
1778 INT_SET(tmp_hdr->firstused, ARCH_CONVERT, in xfs_attr_leaf_unbalance()
1781 INT_ZERO(tmp_hdr->usedbytes, ARCH_CONVERT); in xfs_attr_leaf_unbalance()