Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_remote.c56 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok()
79 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify()
187 struct xfs_attr3_rmt_hdr *rmt = (struct xfs_attr3_rmt_hdr *)ptr; in xfs_attr3_rmt_write_verify()
231 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_set()
255 return sizeof(struct xfs_attr3_rmt_hdr); in xfs_attr3_rmt_hdr_set()
291 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-v5.4/fs/xfs/
Dxfs_ondisk.h55 XFS_CHECK_STRUCT_SIZE(struct xfs_attr3_rmt_hdr, 56); in xfs_check_ondisk_structs()