Lines Matching refs:extrablk
607 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_addname()
608 curfdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_addname()
694 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_addname()
695 state->extrablk.index = fi; in xfs_dir2_leafn_lookup_for_addname()
696 state->extrablk.blkno = curfdb; in xfs_dir2_leafn_lookup_for_addname()
703 state->extrablk.magic = XFS_DIR2_FREE_MAGIC; in xfs_dir2_leafn_lookup_for_addname()
758 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
759 curdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_entry()
789 curdb != state->extrablk.blkno)) in xfs_dir2_leafn_lookup_for_entry()
796 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
798 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
825 curdb != state->extrablk.blkno) in xfs_dir2_leafn_lookup_for_entry()
826 xfs_trans_brelse(tp, state->extrablk.bp); in xfs_dir2_leafn_lookup_for_entry()
832 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
833 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
834 state->extrablk.index = (int)((char *)dep - in xfs_dir2_leafn_lookup_for_entry()
836 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
848 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
849 state->extrablk.index = -1; in xfs_dir2_leafn_lookup_for_entry()
850 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
851 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
856 if (state->extrablk.bp != curbp) in xfs_dir2_leafn_lookup_for_entry()
1651 state->extravalid ? &state->extrablk : NULL); in xfs_dir2_node_addname()
2095 ((char *)state->extrablk.bp->b_addr + in xfs_dir2_node_lookup()
2096 state->extrablk.index); in xfs_dir2_node_lookup()
2109 if (state->extravalid && state->extrablk.bp) { in xfs_dir2_node_lookup()
2110 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_lookup()
2111 state->extrablk.bp = NULL; in xfs_dir2_node_lookup()
2157 &state->extrablk, &rval); in xfs_dir2_node_removename()
2239 hdr = state->extrablk.bp->b_addr; in xfs_dir2_node_replace()
2252 xfs_dir2_data_log_entry(args, state->extrablk.bp, dep); in xfs_dir2_node_replace()
2259 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_replace()
2260 state->extrablk.bp = NULL; in xfs_dir2_node_replace()