Lines Matching refs:extrablk

674 		curbp = state->extrablk.bp;  in xfs_dir2_leafn_lookup_for_addname()
675 curfdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_addname()
762 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_addname()
763 state->extrablk.index = fi; in xfs_dir2_leafn_lookup_for_addname()
764 state->extrablk.blkno = curfdb; in xfs_dir2_leafn_lookup_for_addname()
771 state->extrablk.magic = XFS_DIR2_FREE_MAGIC; in xfs_dir2_leafn_lookup_for_addname()
828 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
829 curdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_entry()
859 curdb != state->extrablk.blkno)) in xfs_dir2_leafn_lookup_for_entry()
866 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
868 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
895 curdb != state->extrablk.blkno) in xfs_dir2_leafn_lookup_for_entry()
896 xfs_trans_brelse(tp, state->extrablk.bp); in xfs_dir2_leafn_lookup_for_entry()
902 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
903 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
904 state->extrablk.index = (int)((char *)dep - in xfs_dir2_leafn_lookup_for_entry()
906 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
918 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
919 state->extrablk.index = -1; in xfs_dir2_leafn_lookup_for_entry()
920 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
921 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
926 if (state->extrablk.bp != curbp) in xfs_dir2_leafn_lookup_for_entry()
2045 state->extravalid ? &state->extrablk : NULL); in xfs_dir2_node_addname()
2111 ((char *)state->extrablk.bp->b_addr + in xfs_dir2_node_lookup()
2112 state->extrablk.index); in xfs_dir2_node_lookup()
2125 if (state->extravalid && state->extrablk.bp) { in xfs_dir2_node_lookup()
2126 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_lookup()
2127 state->extrablk.bp = NULL; in xfs_dir2_node_lookup()
2171 &state->extrablk, &rval); in xfs_dir2_node_removename()
2250 hdr = state->extrablk.bp->b_addr; in xfs_dir2_node_replace()
2263 xfs_dir2_data_log_entry(args, state->extrablk.bp, dep); in xfs_dir2_node_replace()
2270 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_replace()
2271 state->extrablk.bp = NULL; in xfs_dir2_node_replace()