xfs_attr3_rmt_hdr
struct xfs_attr3_rmt_hdr *rmt = ptr;
struct xfs_attr3_rmt_hdr *rmt = (struct xfs_attr3_rmt_hdr *)ptr;
struct xfs_attr3_rmt_hdr *rmt = ptr;
return sizeof(struct xfs_attr3_rmt_hdr);
hdr_size = sizeof(struct xfs_attr3_rmt_hdr);
return blocksize - sizeof(struct xfs_attr3_rmt_hdr);
struct xfs_attr3_rmt_hdr *rmt = ptr;
#define XFS_ATTR3_RMT_CRC_OFF offsetof(struct xfs_attr3_rmt_hdr, rm_crc)
XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_rmt_hdr, 56);