Lines Matching refs:curbp

320 	xfs_dabuf_t		*curbp = NULL;	/* current data/free buffer */  in xfs_dir2_leafn_lookup_for_addname()  local
354 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_addname()
356 free = curbp->data; in xfs_dir2_leafn_lookup_for_addname()
397 if (curbp) in xfs_dir2_leafn_lookup_for_addname()
398 xfs_da_brelse(tp, curbp); in xfs_dir2_leafn_lookup_for_addname()
404 -1, &curbp, XFS_DATA_FORK); in xfs_dir2_leafn_lookup_for_addname()
407 free = curbp->data; in xfs_dir2_leafn_lookup_for_addname()
428 xfs_da_brelse(tp, curbp); in xfs_dir2_leafn_lookup_for_addname()
440 if (curbp) { in xfs_dir2_leafn_lookup_for_addname()
443 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_addname()
468 xfs_dabuf_t *curbp = NULL; /* current data/free buffer */ in xfs_dir2_leafn_lookup_for_entry() local
498 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
527 if (curbp && (args->cmpresult == XFS_CMP_DIFFERENT || in xfs_dir2_leafn_lookup_for_entry()
529 xfs_da_brelse(tp, curbp); in xfs_dir2_leafn_lookup_for_entry()
537 curbp = state->extrablk.bp; in xfs_dir2_leafn_lookup_for_entry()
541 -1, &curbp, XFS_DATA_FORK); in xfs_dir2_leafn_lookup_for_entry()
545 xfs_dir2_data_check(dp, curbp); in xfs_dir2_leafn_lookup_for_entry()
551 dep = (xfs_dir2_data_entry_t *)((char *)curbp->data + in xfs_dir2_leafn_lookup_for_entry()
568 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
571 (char *)curbp->data); in xfs_dir2_leafn_lookup_for_entry()
579 if (curbp) { in xfs_dir2_leafn_lookup_for_entry()
583 state->extrablk.bp = curbp; in xfs_dir2_leafn_lookup_for_entry()
589 if (state->extrablk.bp != curbp) in xfs_dir2_leafn_lookup_for_entry()
590 xfs_da_brelse(tp, curbp); in xfs_dir2_leafn_lookup_for_entry()