Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_format.c662 to->firstdb = be32_to_cpu(from->hdr.firstdb); in xfs_dir2_free_hdr_from_disk()
676 to->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
689 to->firstdb = be32_to_cpu(hdr3->firstdb); in xfs_dir3_free_hdr_from_disk()
706 hdr3->firstdb = cpu_to_be32(from->firstdb); in xfs_dir3_free_hdr_to_disk()
Dxfs_da_format.h527 __be32 firstdb; /* db of first entry */ member
540 __be32 firstdb; /* db of first entry */ member
561 __uint32_t firstdb; member
Dxfs_dir2_node.c470 ASSERT((hdr.firstdb % in xfs_dir2_free_hdr_check()
472 ASSERT(hdr.firstdb <= db); in xfs_dir2_free_hdr_check()
473 ASSERT(db < hdr.firstdb + hdr.nvalid); in xfs_dir2_free_hdr_check()
1255 ASSERT(freehdr.firstdb == dp->d_ops->free_max_bests(args->geo) * in xfs_dir2_leafn_remove()
1699 dbno = freehdr.firstdb + findex; in xfs_dir2_node_addname_int()
1785 dbno = freehdr.firstdb + findex; in xfs_dir2_node_addname_int()
1886 freehdr.firstdb = in xfs_dir2_node_addname_int()
Dxfs_dir2_leaf.c1758 ASSERT(!freehdr.firstdb); in xfs_dir2_node_to_leaf()