Lines Matching refs:extrablk

457 		curbp = state->extrablk.bp;  in xfs_dir2_leafn_lookup_int()
464 curfdb = curbp ? state->extrablk.blkno : -1; in xfs_dir2_leafn_lookup_int()
475 curdb = curbp ? state->extrablk.blkno : -1; in xfs_dir2_leafn_lookup_int()
556 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_int()
557 state->extrablk.blkno = curfdb; in xfs_dir2_leafn_lookup_int()
558 state->extrablk.index = fi; in xfs_dir2_leafn_lookup_int()
559 state->extrablk.magic = in xfs_dir2_leafn_lookup_int()
607 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_int()
608 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_int()
609 state->extrablk.index = in xfs_dir2_leafn_lookup_int()
612 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_int()
623 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_int()
624 state->extrablk.index = -1; in xfs_dir2_leafn_lookup_int()
629 state->extrablk.blkno = curfdb; in xfs_dir2_leafn_lookup_int()
630 state->extrablk.magic = XFS_DIR2_FREE_MAGIC; in xfs_dir2_leafn_lookup_int()
636 state->extrablk.blkno = curdb; in xfs_dir2_leafn_lookup_int()
637 state->extrablk.magic = XFS_DIR2_DATA_MAGIC; in xfs_dir2_leafn_lookup_int()
1341 state->extravalid ? &state->extrablk : NULL); in xfs_dir2_node_addname()
1800 if (state->extravalid && state->extrablk.bp) { in xfs_dir2_node_lookup()
1801 xfs_da_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_lookup()
1802 state->extrablk.bp = NULL; in xfs_dir2_node_lookup()
1851 &state->extrablk, &rval); in xfs_dir2_node_removename()
1924 data = state->extrablk.bp->data; in xfs_dir2_node_replace()
1934 xfs_dir2_data_log_entry(args->trans, state->extrablk.bp, dep); in xfs_dir2_node_replace()
1941 xfs_da_brelse(args->trans, state->extrablk.bp); in xfs_dir2_node_replace()
1942 state->extrablk.bp = NULL; in xfs_dir2_node_replace()