Lines Matching refs:firstdb
184 unsigned int firstdb; in xfs_dir3_free_header_check() local
186 firstdb = (xfs_dir2_da_to_db(mp->m_dir_geo, fbno) - in xfs_dir3_free_header_check()
192 if (be32_to_cpu(hdr3->firstdb) != firstdb) in xfs_dir3_free_header_check()
203 if (be32_to_cpu(hdr->firstdb) != firstdb) in xfs_dir3_free_header_check()
257 to->firstdb = be32_to_cpu(from3->hdr.firstdb); in xfs_dir2_free_hdr_from_disk()
265 to->firstdb = be32_to_cpu(from->hdr.firstdb); in xfs_dir2_free_hdr_from_disk()
286 to3->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
293 to->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
594 ASSERT((hdr.firstdb % dp->i_mount->m_dir_geo->free_max_bests) == 0); in xfs_dir2_free_hdr_check()
595 ASSERT(hdr.firstdb <= db); in xfs_dir2_free_hdr_check()
596 ASSERT(db < hdr.firstdb + hdr.nvalid); in xfs_dir2_free_hdr_check()
1373 ASSERT(freehdr.firstdb == geo->free_max_bests * in xfs_dir2_leafn_remove()
1764 hdr->firstdb = (fbno - xfs_dir2_byte_to_db(args->geo, in xfs_dir2_node_add_datablk()
1836 dbno = hdr->firstdb + findex; in xfs_dir2_node_find_freeblk()
1884 dbno = hdr->firstdb + findex; in xfs_dir2_node_find_freeblk()