Lines Matching refs:newdb
412 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_addname() local
454 newdb = xfs_dir2_dataptr_to_db(mp, be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_addname()
463 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_addname()
464 curdb = newdb; in xfs_dir2_leafn_lookup_for_addname()
469 newfdb = xfs_dir2_db_to_fdb(mp, newdb); in xfs_dir2_leafn_lookup_for_addname()
556 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_entry() local
594 newdb = xfs_dir2_dataptr_to_db(mp, be32_to_cpu(lep->address)); in xfs_dir2_leafn_lookup_for_entry()
601 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_entry()
614 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
619 xfs_dir2_db_to_da(mp, newdb), in xfs_dir2_leafn_lookup_for_entry()
625 curdb = newdb; in xfs_dir2_leafn_lookup_for_entry()