Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_refcount_btree.h28 ((struct xfs_refcount_rec *) \
31 (((index) - 1) * sizeof(struct xfs_refcount_rec))))
Dxfs_refcount_btree.c293 .rec_len = sizeof(struct xfs_refcount_rec),
360 return blocklen / sizeof(struct xfs_refcount_rec); in xfs_refcountbt_maxrecs()
Dxfs_btree.h48 struct xfs_refcount_rec refc;
Dxfs_format.h1490 struct xfs_refcount_rec { struct
/fs/xfs/
Dxfs_ondisk.h41 XFS_CHECK_STRUCT_SIZE(struct xfs_refcount_rec, 12); in xfs_check_ondisk_structs()