Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_alloc_btree.h43 ((xfs_alloc_ptr_t *) \
47 ((index) - 1) * sizeof(xfs_alloc_ptr_t)))
Dxfs_alloc_btree.c588 return blocklen / (sizeof(xfs_alloc_key_t) + sizeof(xfs_alloc_ptr_t)); in xfs_allocbt_maxrecs()
Dxfs_format.h1481 typedef __be32 xfs_alloc_ptr_t; typedef
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ondisk.h51 XFS_CHECK_STRUCT_SIZE(xfs_alloc_ptr_t, 4); in xfs_check_ondisk_structs()