Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dir2_node.c147 free->hdr.firstdb = 0; in xfs_dir2_leaf_to_node()
410 ASSERT((be32_to_cpu(free->hdr.firstdb) % in xfs_dir2_leafn_lookup_for_addname()
412 ASSERT(be32_to_cpu(free->hdr.firstdb) <= curdb); in xfs_dir2_leafn_lookup_for_addname()
413 ASSERT(curdb < be32_to_cpu(free->hdr.firstdb) + in xfs_dir2_leafn_lookup_for_addname()
926 ASSERT(be32_to_cpu(free->hdr.firstdb) == in xfs_dir2_leafn_remove()
1406 dbno = be32_to_cpu(free->hdr.firstdb) + findex; in xfs_dir2_node_addname_int()
1487 dbno = be32_to_cpu(free->hdr.firstdb) + findex; in xfs_dir2_node_addname_int()
1604 free->hdr.firstdb = cpu_to_be32( in xfs_dir2_node_addname_int()
Dxfs_dir2_format.h512 __be32 firstdb; /* db of first entry */ member
Dxfs_dir2_leaf.c1853 ASSERT(!free->hdr.firstdb); in xfs_dir2_node_to_leaf()