Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_dir2_node.c184 unsigned int firstdb; in xfs_dir3_free_header_check() local
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()
595 ASSERT(hdr.firstdb <= db); in xfs_dir2_free_hdr_check()
596 ASSERT(db < hdr.firstdb + hdr.nvalid); in xfs_dir2_free_hdr_check()
1836 dbno = hdr->firstdb + findex; in xfs_dir2_node_find_freeblk()
[all …]
A Dxfs_da_format.h487 __be32 firstdb; /* db of first entry */ member
500 __be32 firstdb; /* db of first entry */ member
A Dxfs_dir2_priv.h31 uint32_t firstdb; member
A Dxfs_dir2_leaf.c1815 ASSERT(!freehdr.firstdb); in xfs_dir2_node_to_leaf()
/linux/fs/xfs/scrub/
A Ddir.c760 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree()

Completed in 18 milliseconds