Home
last modified time | relevance | path

Searched refs:current_lsn (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_buf_item_recover.c206 xfs_lsn_t current_lsn) in xlog_recover_validate_buf_type() argument
400 if (current_lsn == NULLCOMMITLSN) in xlog_recover_validate_buf_type()
425 bip->bli_item.li_lsn = current_lsn; in xlog_recover_validate_buf_type()
441 xfs_lsn_t current_lsn) in xlog_recover_do_reg_buffer() argument
517 xlog_recover_validate_buf_type(mp, bp, buf_f, current_lsn); in xlog_recover_do_reg_buffer()
868 xfs_lsn_t current_lsn) in xlog_recover_buf_commit_pass2() argument
923 if (lsn && lsn != -1 && XFS_LSN_CMP(lsn, current_lsn) >= 0) { in xlog_recover_buf_commit_pass2()
941 xlog_recover_do_reg_buffer(mp, item, bp, buf_f, current_lsn); in xlog_recover_buf_commit_pass2()
Dxfs_dquot_item_recover.c64 xfs_lsn_t current_lsn) in xlog_recover_dquot_commit_pass2() argument
143 if (lsn && lsn != -1 && XFS_LSN_CMP(lsn, current_lsn) >= 0) { in xlog_recover_dquot_commit_pass2()
Dxfs_inode_item_recover.c199 xfs_lsn_t current_lsn) in xlog_recover_inode_commit_pass2() argument
273 if (lsn && lsn != -1 && XFS_LSN_CMP(lsn, current_lsn) >= 0) { in xlog_recover_inode_commit_pass2()
/Linux-v5.10/fs/ntfs/
Dlogfile.h114 /* 0*/ leLSN current_lsn; /* The current, i.e. last LSN inside the log member
Dlogfile.c440 *lsn = sle64_to_cpu(ra->current_lsn); in ntfs_check_and_load_restart_page()