Lines Matching refs:newdb
643 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_addname() local
687 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leafn_lookup_for_addname()
697 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_addname()
700 curdb = newdb; in xfs_dir2_leafn_lookup_for_addname()
705 newfdb = xfs_dir2_db_to_fdb(args->geo, newdb); in xfs_dir2_leafn_lookup_for_addname()
793 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_entry() local
835 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leafn_lookup_for_entry()
843 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_entry()
856 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
862 newdb), in xfs_dir2_leafn_lookup_for_entry()
868 curdb = newdb; in xfs_dir2_leafn_lookup_for_entry()