Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_dir2_node.c401 xfs_dir2_db_t curdb = -1; /* current data block number */ in xfs_dir2_leafn_lookup_for_addname() local
463 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_addname()
464 curdb = newdb; in xfs_dir2_leafn_lookup_for_addname()
492 ASSERT(be32_to_cpu(free->hdr.firstdb) <= curdb); in xfs_dir2_leafn_lookup_for_addname()
493 ASSERT(curdb < be32_to_cpu(free->hdr.firstdb) + in xfs_dir2_leafn_lookup_for_addname()
499 fi = xfs_dir2_db_to_fdindex(mp, curdb); in xfs_dir2_leafn_lookup_for_addname()
548 xfs_dir2_db_t curdb = -1; /* current data block number */ in xfs_dir2_leafn_lookup_for_entry() local
578 curdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_entry()
601 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_entry()
607 curdb != state->extrablk.blkno)) in xfs_dir2_leafn_lookup_for_entry()
[all …]
Dxfs_dir2_leaf.c761 xfs_dir2_db_t curdb; /* db for current block */ in xfs_dir2_leaf_getdents() local
933 curdb = xfs_dir2_da_to_db(mp, map->br_startoff); in xfs_dir2_leaf_getdents()
1009 newoff = xfs_dir2_db_off_to_byte(mp, curdb, 0); in xfs_dir2_leaf_getdents()
1020 curdb); in xfs_dir2_leaf_getdents()
1314 xfs_dir2_db_t curdb = -1; /* current data block number */ in xfs_dir2_leaf_lookup_int() local
1366 if (newdb != curdb) { in xfs_dir2_leaf_lookup_int()
1377 curdb = newdb; in xfs_dir2_leaf_lookup_int()
1398 cidb = curdb; in xfs_dir2_leaf_lookup_int()
1409 if (cidb != curdb) { in xfs_dir2_leaf_lookup_int()