Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ialloc.c2510 be64_to_cpu(XFS_BUF_TO_AGI(bp)->agi_lsn))) in xfs_agi_verify()
2585 XFS_BUF_TO_AGI(bp)->agi_lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_agi_write_verify()
Dxfs_format.h752 __be64 agi_lsn; /* last write sequence */ member
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2312 lsn = be64_to_cpu(((struct xfs_agi *)blk)->agi_lsn); in xlog_recover_get_buf_lsn()