Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_dir2_node.c321 xfs_dir2_db_t curdb = -1; /* current data block number */ in xfs_dir2_leafn_lookup_for_addname() local
383 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_addname()
384 curdb = newdb; in xfs_dir2_leafn_lookup_for_addname()
412 ASSERT(be32_to_cpu(free->hdr.firstdb) <= curdb); in xfs_dir2_leafn_lookup_for_addname()
413 ASSERT(curdb < be32_to_cpu(free->hdr.firstdb) + in xfs_dir2_leafn_lookup_for_addname()
419 fi = xfs_dir2_db_to_fdindex(mp, curdb); in xfs_dir2_leafn_lookup_for_addname()
469 xfs_dir2_db_t curdb = -1; /* current data block number */ in xfs_dir2_leafn_lookup_for_entry() local
499 curdb = state->extrablk.blkno; in xfs_dir2_leafn_lookup_for_entry()
522 if (newdb != curdb) { in xfs_dir2_leafn_lookup_for_entry()
528 curdb != state->extrablk.blkno)) in xfs_dir2_leafn_lookup_for_entry()
[all …]
Dxfs_dir2_leaf.c781 xfs_dir2_db_t curdb; /* db for current block */ in xfs_dir2_leaf_getdents() local
951 curdb = xfs_dir2_da_to_db(mp, map->br_startoff); in xfs_dir2_leaf_getdents()
1027 newoff = xfs_dir2_db_off_to_byte(mp, curdb, 0); in xfs_dir2_leaf_getdents()
1038 curdb); in xfs_dir2_leaf_getdents()
1332 xfs_dir2_db_t curdb = -1; /* current data block number */ in xfs_dir2_leaf_lookup_int() local
1384 if (newdb != curdb) { in xfs_dir2_leaf_lookup_int()
1395 curdb = newdb; in xfs_dir2_leaf_lookup_int()
1416 cidb = curdb; in xfs_dir2_leaf_lookup_int()
1427 if (cidb != curdb) { in xfs_dir2_leaf_lookup_int()