Searched refs:xfs_log_check_lsn (Results 1 - 24 of 24) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.h | 140 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
|
H A D | xfs_log.c | 3812 xfs_log_check_lsn( in xfs_log_check_lsn() function
|
H A D | xfs_log_recover.c | 3374 !xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn)) in xlog_recover()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.h | 157 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
|
H A D | xfs_log_recover.c | 3370 !xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn)) in xlog_recover()
|
H A D | xfs_log.c | 3834 xfs_log_check_lsn( in xfs_log_check_lsn() function
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_symlink_remote.c | 105 if (!xfs_log_check_lsn(mp, be64_to_cpu(dsl->sl_lsn))) in xfs_symlink_verify()
|
H A D | xfs_alloc.c | 623 if (!xfs_log_check_lsn(mp, be64_to_cpu(XFS_BUF_TO_AGFL(bp)->agfl_lsn))) in xfs_agfl_verify() 2836 if (!xfs_log_check_lsn(mp, be64_to_cpu(agf->agf_lsn))) in xfs_agf_verify()
|
H A D | xfs_dir2_block.c | 61 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_block_verify()
|
H A D | xfs_dir2_data.c | 305 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_data_verify()
|
H A D | xfs_sb.c | 210 if (!xfs_log_check_lsn(mp, sbp->sb_lsn)) in xfs_validate_sb_write()
|
H A D | xfs_btree.c | 290 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.l.bb_lsn))) in xfs_btree_lblock_verify_crc() 328 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.s.bb_lsn))) in xfs_btree_sblock_verify_crc()
|
H A D | xfs_dir2_node.c | 115 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_free_verify()
|
H A D | xfs_da_btree.c | 199 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_da3_blkinfo_verify()
|
H A D | xfs_ialloc.c | 2519 if (!xfs_log_check_lsn(mp, be64_to_cpu(agi->agi_lsn))) in xfs_agi_verify()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_symlink_remote.c | 105 if (!xfs_log_check_lsn(mp, be64_to_cpu(dsl->sl_lsn))) in xfs_symlink_verify()
|
H A D | xfs_dir2_block.c | 61 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_block_verify()
|
H A D | xfs_dir2_data.c | 305 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_data_verify()
|
H A D | xfs_sb.c | 298 if (!xfs_log_check_lsn(mp, sbp->sb_lsn)) in xfs_validate_sb_write()
|
H A D | xfs_alloc.c | 681 if (!xfs_log_check_lsn(mp, be64_to_cpu(XFS_BUF_TO_AGFL(bp)->agfl_lsn))) in xfs_agfl_verify() 3047 if (!xfs_log_check_lsn(mp, be64_to_cpu(agf->agf_lsn))) in xfs_agf_verify()
|
H A D | xfs_dir2_node.c | 115 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_free_verify()
|
H A D | xfs_btree.c | 360 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.l.bb_lsn))) in xfs_btree_lblock_verify_crc() 398 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.s.bb_lsn))) in xfs_btree_sblock_verify_crc()
|
H A D | xfs_ialloc.c | 2501 if (!xfs_log_check_lsn(mp, be64_to_cpu(agi->agi_lsn))) in xfs_agi_verify()
|
H A D | xfs_da_btree.c | 211 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_da3_blkinfo_verify()
|
Completed in 64 milliseconds