Searched refs:curbp (Results 1 – 1 of 1) sorted by relevance
423 xfs_dabuf_t *curbp; /* current data/free buffer */ in xfs_dir2_leafn_lookup_int() local457 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_int()459 curbp = NULL; in xfs_dir2_leafn_lookup_int()464 curfdb = curbp ? state->extrablk.blkno : -1; in xfs_dir2_leafn_lookup_int()467 if ((free = (curbp ? curbp->data : NULL))) in xfs_dir2_leafn_lookup_int()475 curdb = curbp ? state->extrablk.blkno : -1; in xfs_dir2_leafn_lookup_int()517 if (curbp) in xfs_dir2_leafn_lookup_int()518 xfs_da_brelse(tp, curbp); in xfs_dir2_leafn_lookup_int()525 -1, &curbp, in xfs_dir2_leafn_lookup_int()530 free = curbp->data; in xfs_dir2_leafn_lookup_int()[all …]