Lines Matching refs:extrablk

666 		curbp = state->extrablk.bp;  in xfs_dir2_leafn_lookup_for_addname()
667 curfdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_addname()
753 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_addname()
754 state->extrablk.index = fi; in xfs_dir2_leafn_lookup_for_addname()
755 state->extrablk.blkno = curfdb; in xfs_dir2_leafn_lookup_for_addname()
762 state->extrablk.magic = XFS_DIR2_FREE_MAGIC; in xfs_dir2_leafn_lookup_for_addname()
818 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
819 curdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_entry()
849 curdb != state->extrablk.blkno)) in xfs_dir2_leafn_lookup_for_entry()
856 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
858 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
885 curdb != state->extrablk.blkno) in xfs_dir2_leafn_lookup_for_entry()
886 xfs_trans_brelse(tp, state->extrablk.bp); in xfs_dir2_leafn_lookup_for_entry()
892 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
893 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
894 state->extrablk.index = (int)((char *)dep - in xfs_dir2_leafn_lookup_for_entry()
896 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
908 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
909 state->extrablk.index = -1; in xfs_dir2_leafn_lookup_for_entry()
910 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_for_entry()
911 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_for_entry()
916 if (state->extrablk.bp != curbp) in xfs_dir2_leafn_lookup_for_entry()
2034 state->extravalid ? &state->extrablk : NULL); in xfs_dir2_node_addname()
2100 ((char *)state->extrablk.bp->b_addr + in xfs_dir2_node_lookup()
2101 state->extrablk.index); in xfs_dir2_node_lookup()
2114 if (state->extravalid && state->extrablk.bp) { in xfs_dir2_node_lookup()
2115 xfs_trans_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_lookup()
2116 state->extrablk.bp = NULL; in xfs_dir2_node_lookup()
2160 &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()