Searched refs:xfs_rtrefcount_ptr_t (Results 1 – 4 of 4) sorted by relevance
55 static inline xfs_rtrefcount_ptr_t *61 return (xfs_rtrefcount_ptr_t *) in xfs_rtrefcount_ptr_addr()64 (index - 1) * sizeof(xfs_rtrefcount_ptr_t)); in xfs_rtrefcount_ptr_addr()97 static inline xfs_rtrefcount_ptr_t *103 return (xfs_rtrefcount_ptr_t *) in xfs_rtrefcount_droot_ptr_addr()106 (index - 1) * sizeof(xfs_rtrefcount_ptr_t)); in xfs_rtrefcount_droot_ptr_addr()115 static inline xfs_rtrefcount_ptr_t *140 sizeof(xfs_rtrefcount_ptr_t)); in xfs_rtrefcount_broot_space_calc()165 sizeof(xfs_rtrefcount_ptr_t)); in xfs_rtrefcount_droot_space_calc()
94 sizeof(xfs_rtrefcount_ptr_t)); in xfs_rtrefcountbt_droot_maxrecs()299 memmove(dptr, sptr, numrecs * sizeof(xfs_rtrefcount_ptr_t)); in xfs_rtrefcountbt_move_ptrs()464 sizeof(xfs_rtrefcount_ptr_t)); in xfs_rtrefcountbt_block_maxrecs()
88 XFS_CHECK_STRUCT_SIZE(xfs_rtrefcount_ptr_t, 8); in xfs_check_ondisk_structs()
1817 typedef __be64 xfs_rtrefcount_ptr_t; typedef