Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.c645 to->firstdb = be32_to_cpu(from->hdr.firstdb); in xfs_dir2_free_hdr_from_disk()
659 to->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
672 to->firstdb = be32_to_cpu(hdr3->firstdb); in xfs_dir3_free_hdr_from_disk()
689 hdr3->firstdb = cpu_to_be32(from->firstdb); in xfs_dir3_free_hdr_to_disk()
Dxfs_da_format.h496 __be32 firstdb; /* db of first entry */ member
509 __be32 firstdb; /* db of first entry */ member
530 uint32_t firstdb; member
Dxfs_dir2_node.c167 unsigned int firstdb; in xfs_dir3_free_header_check() local
171 firstdb = (xfs_dir2_da_to_db(mp->m_dir_geo, fbno) - in xfs_dir3_free_header_check()
177 if (be32_to_cpu(hdr3->firstdb) != firstdb) in xfs_dir3_free_header_check()
186 if (be32_to_cpu(hdr->firstdb) != firstdb) in xfs_dir3_free_header_check()
521 ASSERT((hdr.firstdb % in xfs_dir2_free_hdr_check()
523 ASSERT(hdr.firstdb <= db); in xfs_dir2_free_hdr_check()
524 ASSERT(db < hdr.firstdb + hdr.nvalid); in xfs_dir2_free_hdr_check()
1305 ASSERT(freehdr.firstdb == dp->d_ops->free_max_bests(args->geo) * in xfs_dir2_leafn_remove()
1750 dbno = freehdr.firstdb + findex; in xfs_dir2_node_addname_int()
1836 dbno = freehdr.firstdb + findex; in xfs_dir2_node_addname_int()
[all …]
Dxfs_dir2_leaf.c1778 ASSERT(!freehdr.firstdb); in xfs_dir2_node_to_leaf()
/linux-4.19.296/fs/xfs/scrub/
Ddir.c614 (freehdr.firstdb + i) * args->geo->fsbcount, in xchk_directory_free_bestfree()