Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2_node.c643 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()
[all …]
Dxfs_dir2_leaf.c1222 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leaf_lookup_int() local
1260 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leaf_lookup_int()
1266 if (newdb != curdb) { in xfs_dir2_leaf_lookup_int()
1270 xfs_dir2_db_to_da(args->geo, newdb), in xfs_dir2_leaf_lookup_int()
1276 curdb = newdb; in xfs_dir2_leaf_lookup_int()