Lines Matching refs:extrablk

551 		curbp = state->extrablk.bp;  in xfs_dir2_leafn_lookup_for_addname()
552 curfdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_addname()
638 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_addname()
639 state->extrablk.index = fi; in xfs_dir2_leafn_lookup_for_addname()
640 state->extrablk.blkno = curfdb; in xfs_dir2_leafn_lookup_for_addname()
647 state->extrablk.magic = XFS_DIR2_FREE_MAGIC; in xfs_dir2_leafn_lookup_for_addname()
702 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
703 curdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_entry()
733 curdb != state->extrablk.blkno)) in xfs_dir2_leafn_lookup_for_entry()
740 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
742 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
769 curdb != state->extrablk.blkno) in xfs_dir2_leafn_lookup_for_entry()
770 xfs_trans_brelse(tp, state->extrablk.bp); in xfs_dir2_leafn_lookup_for_entry()
776 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
777 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
778 state->extrablk.index = (int)((char *)dep - in xfs_dir2_leafn_lookup_for_entry()
780 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
792 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
793 state->extrablk.index = -1; in xfs_dir2_leafn_lookup_for_entry()
794 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
795 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
800 if (state->extrablk.bp != curbp) in xfs_dir2_leafn_lookup_for_entry()
1598 state->extravalid ? &state->extrablk : NULL); in xfs_dir2_node_addname()
2038 ((char *)state->extrablk.bp->b_addr + in xfs_dir2_node_lookup()
2039 state->extrablk.index); in xfs_dir2_node_lookup()
2052 if (state->extravalid && state->extrablk.bp) { in xfs_dir2_node_lookup()
2053 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_lookup()
2054 state->extrablk.bp = NULL; in xfs_dir2_node_lookup()
2100 &state->extrablk, &rval); in xfs_dir2_node_removename()
2182 hdr = state->extrablk.bp->b_addr; in xfs_dir2_node_replace()
2195 xfs_dir2_data_log_entry(args, state->extrablk.bp, dep); in xfs_dir2_node_replace()
2202 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_replace()
2203 state->extrablk.bp = NULL; in xfs_dir2_node_replace()