Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log.h157 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
Dxfs_log_recover.c3425 !xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn)) in xlog_recover()
Dxfs_log.c3560 xfs_log_check_lsn( in xfs_log_check_lsn() function
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_symlink_remote.c108 if (!xfs_log_check_lsn(mp, be64_to_cpu(dsl->sl_lsn))) in xfs_symlink_verify()
Dxfs_dir2_data.c327 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_data_verify()
Dxfs_dir2_block.c62 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_block_verify()
Dxfs_sb.c336 if (!xfs_log_check_lsn(mp, sbp->sb_lsn)) in xfs_validate_sb_write()
Dxfs_alloc.c811 if (!xfs_log_check_lsn(mp, be64_to_cpu(XFS_BUF_TO_AGFL(bp)->agfl_lsn))) in xfs_agfl_verify()
3243 if (!xfs_log_check_lsn(mp, be64_to_cpu(agf->agf_lsn))) in xfs_agf_verify()
Dxfs_btree.c421 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.l.bb_lsn))) in xfs_btree_fsblock_verify_crc()
459 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.s.bb_lsn))) in xfs_btree_agblock_verify_crc()
Dxfs_dir2_node.c116 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_free_verify()
Dxfs_ialloc.c2643 if (!xfs_log_check_lsn(mp, be64_to_cpu(agi->agi_lsn))) in xfs_agi_verify()
Dxfs_da_btree.c213 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_da3_blkinfo_verify()