Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree.c65 __be64 dsibling) in xfs_btree_check_fsblock_siblings() argument
69 if (dsibling == cpu_to_be64(NULLFSBLOCK)) in xfs_btree_check_fsblock_siblings()
72 sibling = be64_to_cpu(dsibling); in xfs_btree_check_fsblock_siblings()
84 __be64 dsibling) in xfs_btree_check_memblock_siblings() argument
88 if (dsibling == cpu_to_be64(NULLFSBLOCK)) in xfs_btree_check_memblock_siblings()
91 sibling = be64_to_cpu(dsibling); in xfs_btree_check_memblock_siblings()
103 __be32 dsibling) in xfs_btree_check_agblock_siblings() argument
107 if (dsibling == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_check_agblock_siblings()
110 sibling = be32_to_cpu(dsibling); in xfs_btree_check_agblock_siblings()