Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_remote.c216 .magic = { 0, cpu_to_be32(XFS_ATTR3_RMT_MAGIC) },
236 rmt->rm_magic = cpu_to_be32(XFS_ATTR3_RMT_MAGIC); in xfs_attr3_rmt_hdr_set()
Dxfs_da_format.h847 #define XFS_ATTR3_RMT_MAGIC 0x5841524d /* XARM */ macro
/fs/xfs/
Dxfs_log_recover.c2246 case XFS_ATTR3_RMT_MAGIC: in xlog_recover_get_buf_lsn()
2500 if (magic32 != XFS_ATTR3_RMT_MAGIC) { in xlog_recover_validate_buf_type()