Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_node.c530 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_addname() local
576 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leafn_lookup_for_addname()
586 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_addname()
589 curdb = newdb; in xfs_dir2_leafn_lookup_for_addname()
594 newfdb = dp->d_ops->db_to_fdb(args->geo, newdb); in xfs_dir2_leafn_lookup_for_addname()
682 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leafn_lookup_for_entry() local
723 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leafn_lookup_for_entry()
731 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_entry()
744 newdb == state->extrablk.blkno) { in xfs_dir2_leafn_lookup_for_entry()
750 newdb), in xfs_dir2_leafn_lookup_for_entry()
[all …]
Dxfs_dir2_leaf.c1226 xfs_dir2_db_t newdb; /* new data block number */ in xfs_dir2_leaf_lookup_int() local
1266 newdb = xfs_dir2_dataptr_to_db(args->geo, in xfs_dir2_leaf_lookup_int()
1272 if (newdb != curdb) { in xfs_dir2_leaf_lookup_int()
1276 xfs_dir2_db_to_da(args->geo, newdb), in xfs_dir2_leaf_lookup_int()
1282 curdb = newdb; in xfs_dir2_leaf_lookup_int()