Home
last modified time | relevance | path

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

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