Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_node.c583 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_addname() local
629 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leafn_lookup_for_addname()
639 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_addname()
642 curdb = newdb; in xfs_dir2_leafn_lookup_for_addname()
647 newfdb = dp->d_ops->db_to_fdb(args->geo, newdb); in xfs_dir2_leafn_lookup_for_addname()
735 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_entry() local
776 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leafn_lookup_for_entry()
784 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_entry()
797 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
803 newdb), in xfs_dir2_leafn_lookup_for_entry()
[all …]
Dxfs_dir2_leaf.c1245 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leaf_lookup_int() local
1285 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leaf_lookup_int()
1291 if (newdb != curdb) { in xfs_dir2_leaf_lookup_int()
1295 xfs_dir2_db_to_da(args->geo, newdb), in xfs_dir2_leaf_lookup_int()
1301 curdb = newdb; in xfs_dir2_leaf_lookup_int()