Home
last modified time | relevance | path

Searched refs:xfs_log_check_lsn (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/fs/xfs/
Dxfs_log.h156 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
Dxfs_log_recover.c3351 !xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn)) in xlog_recover()
Dxfs_log.c3828 xfs_log_check_lsn( in xfs_log_check_lsn() function
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_symlink_remote.c105 if (!xfs_log_check_lsn(mp, be64_to_cpu(dsl->sl_lsn))) in xfs_symlink_verify()
Dxfs_dir2_data.c305 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_data_verify()
Dxfs_dir2_block.c61 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_block_verify()
Dxfs_sb.c296 if (!xfs_log_check_lsn(mp, sbp->sb_lsn)) in xfs_validate_sb_write()
Dxfs_alloc.c641 if (!xfs_log_check_lsn(mp, be64_to_cpu(XFS_BUF_TO_AGFL(bp)->agfl_lsn))) in xfs_agfl_verify()
2955 if (!xfs_log_check_lsn(mp, be64_to_cpu(agf->agf_lsn))) in xfs_agf_verify()
Dxfs_btree.c363 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.l.bb_lsn))) in xfs_btree_lblock_verify_crc()
401 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.s.bb_lsn))) in xfs_btree_sblock_verify_crc()
Dxfs_dir2_node.c115 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_free_verify()
Dxfs_ialloc.c2481 if (!xfs_log_check_lsn(mp, be64_to_cpu(agi->agi_lsn))) in xfs_agi_verify()
Dxfs_da_btree.c211 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_da3_blkinfo_verify()