Searched refs:commit_time (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/jbd2/ |
| H A D | transaction.c | 1905 u64 commit_time, trans_time; in jbd2_journal_stop() local 1910 commit_time = journal->j_average_commit_time; in jbd2_journal_stop() 1916 commit_time = max_t(u64, commit_time, in jbd2_journal_stop() 1918 commit_time = min_t(u64, commit_time, in jbd2_journal_stop() 1921 if (trans_time < commit_time) { in jbd2_journal_stop() 1923 commit_time); in jbd2_journal_stop()
|
| /linux/fs/ext4/ |
| H A D | fast_commit.c | 1165 u64 commit_time, int nblks, tid_t commit_tid) in ext4_fc_update_stats() argument 1176 (commit_time + in ext4_fc_update_stats() 1179 stats->s_fc_avg_commit_time = commit_time; in ext4_fc_update_stats() 1204 ktime_t start_time, commit_time; in ext4_fc_commit() local 1272 commit_time = ktime_to_ns(ktime_sub(ktime_get(), start_time)); in ext4_fc_commit() 1273 ext4_fc_update_stats(sb, status, commit_time, nblks, commit_tid); in ext4_fc_commit()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-integrity.rst | 128 commit_time:number (default 10000) 215 The journal mode (D/J), buffer_sectors, journal_watermark, commit_time and
|