Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_symlink_remote.c121 if (!xfs_log_check_lsn(mp, be64_to_cpu(dsl->sl_lsn))) in xfs_symlink_verify()
Dxfs_sb.c174 if (!xfs_log_check_lsn(mp, sbp->sb_lsn)) in xfs_mount_validate_sb()
Dxfs_dir2_data.c228 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_data_verify()
Dxfs_dir2_block.c75 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_block_verify()
Dxfs_alloc.c486 return xfs_log_check_lsn(mp, in xfs_agfl_verify()
2268 if (!xfs_log_check_lsn(mp, in xfs_agf_verify()
Dxfs_dir2_leaf.c168 if (!xfs_log_check_lsn(mp, be64_to_cpu(leaf3->info.lsn))) in xfs_dir3_leaf_verify()
Dxfs_btree.c251 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.l.bb_lsn))) in xfs_btree_lblock_verify_crc()
289 if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.s.bb_lsn))) in xfs_btree_sblock_verify_crc()
Dxfs_dir2_node.c101 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_free_verify()
Dxfs_ialloc.c2507 if (!xfs_log_check_lsn(mp, in xfs_agi_verify()
Dxfs_da_btree.c154 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->info.lsn))) in xfs_da3_node_verify()
Dxfs_attr_leaf.c270 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->info.lsn))) in xfs_attr3_leaf_verify()
/linux-4.4.14/fs/xfs/
Dxfs_log.h184 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
Dxfs_log.c4048 xfs_log_check_lsn( in xfs_log_check_lsn() function
Dxfs_log_recover.c4627 !xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn)) in xlog_recover()