Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c266 case XFS_REFC_CRC_MAGIC: in xlog_recover_validate_buf_type()
804 case XFS_REFC_CRC_MAGIC: in xlog_recover_get_buf_lsn()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_refcount_btree.c281 .magic = { 0, cpu_to_be32(XFS_REFC_CRC_MAGIC) },
Dxfs_format.h1589 #define XFS_REFC_CRC_MAGIC 0x52334643 /* 'R3FC' */ macro