Home
last modified time | relevance | path

Searched refs:firstdb (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_dir2_node.c183 unsigned int firstdb; in xfs_dir3_free_header_check() local
185 firstdb = (xfs_dir2_da_to_db(mp->m_dir_geo, fbno) - in xfs_dir3_free_header_check()
191 if (be32_to_cpu(hdr3->firstdb) != firstdb) in xfs_dir3_free_header_check()
202 if (be32_to_cpu(hdr->firstdb) != firstdb) in xfs_dir3_free_header_check()
254 to->firstdb = be32_to_cpu(from3->hdr.firstdb); in xfs_dir2_free_hdr_from_disk()
262 to->firstdb = be32_to_cpu(from->hdr.firstdb); in xfs_dir2_free_hdr_from_disk()
283 to3->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
290 to->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
586 ASSERT((hdr.firstdb % dp->i_mount->m_dir_geo->free_max_bests) == 0); in xfs_dir2_free_hdr_check()
587 ASSERT(hdr.firstdb <= db); in xfs_dir2_free_hdr_check()
[all …]
Dxfs_da_format.h476 __be32 firstdb; /* db of first entry */ member
489 __be32 firstdb; /* db of first entry */ member
Dxfs_dir2_priv.h31 uint32_t firstdb; member
Dxfs_dir2_leaf.c1758 ASSERT(!freehdr.firstdb); in xfs_dir2_node_to_leaf()
/linux-6.6.21/fs/xfs/scrub/
Ddir.c599 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree()