Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_btree.c71 __be64 dsibling) in xfs_btree_check_lblock_siblings() argument
75 if (dsibling == cpu_to_be64(NULLFSBLOCK)) in xfs_btree_check_lblock_siblings()
78 sibling = be64_to_cpu(dsibling); in xfs_btree_check_lblock_siblings()
99 __be32 dsibling) in xfs_btree_check_sblock_siblings() argument
103 if (dsibling == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_check_sblock_siblings()
106 sibling = be32_to_cpu(dsibling); in xfs_btree_check_sblock_siblings()