Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr_remote.c64 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok()
86 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify()
194 struct xfs_attr3_rmt_hdr *rmt = (struct xfs_attr3_rmt_hdr *)ptr; in xfs_attr3_rmt_write_verify()
237 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_set()
261 return sizeof(struct xfs_attr3_rmt_hdr); in xfs_attr3_rmt_hdr_set()
297 hdr_size = sizeof(struct xfs_attr3_rmt_hdr); in xfs_attr_rmtval_copyout()
Dxfs_da_format.h849 struct xfs_attr3_rmt_hdr { struct
860 #define XFS_ATTR3_RMT_CRC_OFF offsetof(struct xfs_attr3_rmt_hdr, rm_crc) argument
864 sizeof(struct xfs_attr3_rmt_hdr) : 0))
/linux-4.19.296/fs/xfs/
Dxfs_ondisk.h55 XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_rmt_hdr, 56); in xfs_check_ondisk_structs()