Home
last modified time | relevance | path

Searched refs:newdb (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_node.c436 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_int() local
491 newdb = XFS_DIR2_DATAPTR_TO_DB(mp, INT_GET(lep->address, ARCH_CONVERT)); in xfs_dir2_leafn_lookup_int()
502 if (newdb != curdb) { in xfs_dir2_leafn_lookup_int()
503 curdb = newdb; in xfs_dir2_leafn_lookup_int()
508 newfdb = XFS_DIR2_DB_TO_FDB(mp, newdb); in xfs_dir2_leafn_lookup_int()
574 if (newdb != curdb) { in xfs_dir2_leafn_lookup_int()
585 XFS_DIR2_DB_TO_DA(mp, newdb), -1, in xfs_dir2_leafn_lookup_int()
590 curdb = newdb; in xfs_dir2_leafn_lookup_int()
Dxfs_dir2_leaf.c1370 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leaf_lookup_int() local
1406 newdb = XFS_DIR2_DATAPTR_TO_DB(mp, INT_GET(lep->address, ARCH_CONVERT)); in xfs_dir2_leaf_lookup_int()
1411 if (newdb != curdb) { in xfs_dir2_leaf_lookup_int()
1416 XFS_DIR2_DB_TO_DA(mp, newdb), -1, &dbp, in xfs_dir2_leaf_lookup_int()
1422 curdb = newdb; in xfs_dir2_leaf_lookup_int()