Home
last modified time | relevance | path

Searched refs:xfs_attr3_rmt_hdr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_remote.c74 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok()
97 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify()
203 struct xfs_attr3_rmt_hdr *rmt = (struct xfs_attr3_rmt_hdr *)ptr; in xfs_attr3_rmt_write_verify()
247 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_set()
271 return sizeof(struct xfs_attr3_rmt_hdr); in xfs_attr3_rmt_hdr_set()
307 hdr_size = sizeof(struct xfs_attr3_rmt_hdr); in xfs_attr_rmtval_copyout()
H A Dxfs_da_format.h841 struct xfs_attr3_rmt_hdr { struct
852 #define XFS_ATTR3_RMT_CRC_OFF offsetof(struct xfs_attr3_rmt_hdr, rm_crc) argument
856 sizeof(struct xfs_attr3_rmt_hdr) : 0))
/openbmc/linux/fs/xfs/
H A Dxfs_ondisk.h60 XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_rmt_hdr, 56); in xfs_check_ondisk_structs()