Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c244 case XFS_ABTB_MAGIC: in xlog_recover_validate_buf_type()
801 case XFS_ABTB_MAGIC: in xlog_recover_get_buf_lsn()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc_btree.c343 .magic = { cpu_to_be32(XFS_ABTB_MAGIC),
Dxfs_format.h1374 #define XFS_ABTB_MAGIC 0x41425442 /* 'ABTB' for bno tree */ macro