Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2_node.c526 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_addname() local
572 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leafn_lookup_for_addname()
582 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_addname()
585 curdb = newdb; in xfs_dir2_leafn_lookup_for_addname()
590 newfdb = dp->d_ops->db_to_fdb(args->geo, newdb); in xfs_dir2_leafn_lookup_for_addname()
678 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_entry() local
719 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leafn_lookup_for_entry()
727 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_entry()
740 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
746 newdb), in xfs_dir2_leafn_lookup_for_entry()
[all …]
Dxfs_dir2_leaf.c1221 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leaf_lookup_int() local
1261 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leaf_lookup_int()
1267 if (newdb != curdb) { in xfs_dir2_leaf_lookup_int()
1271 xfs_dir2_db_to_da(args->geo, newdb), in xfs_dir2_leaf_lookup_int()
1277 curdb = newdb; in xfs_dir2_leaf_lookup_int()