Searched refs:tmp_hdr (Results 1 – 1 of 1) sorted by relevance
1813 xfs_attr_leaf_hdr_t *drop_hdr, *save_hdr, *tmp_hdr; in xfs_attr_leaf_unbalance() local1863 tmp_hdr = &tmp_leaf->hdr; in xfs_attr_leaf_unbalance()1864 tmp_hdr->info = save_hdr->info; /* struct copy */ in xfs_attr_leaf_unbalance()1865 tmp_hdr->count = 0; in xfs_attr_leaf_unbalance()1866 tmp_hdr->firstused = cpu_to_be16(state->blocksize); in xfs_attr_leaf_unbalance()1867 if (!tmp_hdr->firstused) { in xfs_attr_leaf_unbalance()1868 tmp_hdr->firstused = cpu_to_be16( in xfs_attr_leaf_unbalance()1871 tmp_hdr->usedbytes = 0; in xfs_attr_leaf_unbalance()