Lines Matching refs:extrablk
555 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_addname()
556 curfdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_addname()
642 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_addname()
643 state->extrablk.index = fi; in xfs_dir2_leafn_lookup_for_addname()
644 state->extrablk.blkno = curfdb; in xfs_dir2_leafn_lookup_for_addname()
651 state->extrablk.magic = XFS_DIR2_FREE_MAGIC; in xfs_dir2_leafn_lookup_for_addname()
706 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
707 curdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_entry()
737 curdb != state->extrablk.blkno)) in xfs_dir2_leafn_lookup_for_entry()
744 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
746 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
773 curdb != state->extrablk.blkno) in xfs_dir2_leafn_lookup_for_entry()
774 xfs_trans_brelse(tp, state->extrablk.bp); in xfs_dir2_leafn_lookup_for_entry()
780 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
781 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
782 state->extrablk.index = (int)((char *)dep - in xfs_dir2_leafn_lookup_for_entry()
784 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
796 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
797 state->extrablk.index = -1; in xfs_dir2_leafn_lookup_for_entry()
798 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
799 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
804 if (state->extrablk.bp != curbp) in xfs_dir2_leafn_lookup_for_entry()
1602 state->extravalid ? &state->extrablk : NULL); in xfs_dir2_node_addname()
2041 ((char *)state->extrablk.bp->b_addr + in xfs_dir2_node_lookup()
2042 state->extrablk.index); in xfs_dir2_node_lookup()
2055 if (state->extravalid && state->extrablk.bp) { in xfs_dir2_node_lookup()
2056 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_lookup()
2057 state->extrablk.bp = NULL; in xfs_dir2_node_lookup()
2103 &state->extrablk, &rval); in xfs_dir2_node_removename()
2185 hdr = state->extrablk.bp->b_addr; in xfs_dir2_node_replace()
2198 xfs_dir2_data_log_entry(args, state->extrablk.bp, dep); in xfs_dir2_node_replace()
2205 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_replace()
2206 state->extrablk.bp = NULL; in xfs_dir2_node_replace()