Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_refcount_btree.h30 ((struct xfs_refcount_rec *) \
33 (((index) - 1) * sizeof(struct xfs_refcount_rec))))
Dxfs_refcount_btree.c294 .rec_len = sizeof(struct xfs_refcount_rec),
405 return blocklen / sizeof(struct xfs_refcount_rec); in xfs_refcountbt_block_maxrecs()
Dxfs_btree.h48 struct xfs_refcount_rec refc;
Dxfs_format.h1633 struct xfs_refcount_rec { struct
/linux-5.19.10/fs/xfs/
Dxfs_ondisk.h45 XFS_CHECK_STRUCT_SIZE(struct xfs_refcount_rec, 12); in xfs_check_ondisk_structs()