xfs_refcount_rec
struct xfs_refcount_rec refc;
XFS_CHECK_STRUCT_SIZE(struct xfs_refcount_rec, 12);
.rec_len = sizeof(struct xfs_refcount_rec),
return blocklen / sizeof(struct xfs_refcount_rec);
((struct xfs_refcount_rec *) \
(((index) - 1) * sizeof(struct xfs_refcount_rec))))
.rec_len = sizeof(struct xfs_refcount_rec),
return blocklen / sizeof(struct xfs_refcount_rec);
struct xfs_refcount_rec *frp;
struct xfs_refcount_rec *trp;
struct xfs_refcount_rec *frp;
struct xfs_refcount_rec *trp;
return blocklen / sizeof(struct xfs_refcount_rec);
return sz + nrecs * sizeof(struct xfs_refcount_rec);
return sz + nrecs * sizeof(struct xfs_refcount_rec);
static inline struct xfs_refcount_rec *
return (struct xfs_refcount_rec *)
(index - 1) * sizeof(struct xfs_refcount_rec));
static inline struct xfs_refcount_rec *
return (struct xfs_refcount_rec *)
(index - 1) * sizeof(struct xfs_refcount_rec));