Searched refs:t_start (Results 1 – 6 of 6) sorted by relevance
| /fs/proc/ |
| A D | proc_tty.c | 104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() function 121 .start = t_start,
|
| /fs/gfs2/ |
| A D | recovery.c | 405 ktime_t t_start, t_jlck, t_jhd, t_tlck, t_rep; in gfs2_recover_func() local 416 t_start = ktime_get(); in gfs2_recover_func() 526 jd->jd_jid, ktime_ms_delta(t_rep, t_start), in gfs2_recover_func() 527 ktime_ms_delta(t_jlck, t_start), in gfs2_recover_func()
|
| /fs/jbd2/ |
| A D | commit.c | 450 stats.run.rs_running = jbd2_time_diff(commit_transaction->t_start, in jbd2_journal_commit_transaction() 1088 commit_transaction->t_start = jiffies; in jbd2_journal_commit_transaction() 1090 commit_transaction->t_start); in jbd2_journal_commit_transaction()
|
| A D | transaction.c | 103 transaction->t_start = jiffies; in jbd2_get_transaction() 125 if (time_after(transaction->t_start, ts)) { in update_t_max_wait() 126 newts = jbd2_time_diff(ts, transaction->t_start); in update_t_max_wait()
|
| /fs/ocfs2/ |
| A D | alloc.c | 5845 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce() 5912 index, le32_to_cpu(tl->tl_recs[index].t_start), in ocfs2_truncate_log_append() 5915 tl->tl_recs[index].t_start = cpu_to_le32(start_cluster); in ocfs2_truncate_log_append() 5969 le32_to_cpu(rec.t_start)); in ocfs2_replay_truncate_records() 5977 i, le32_to_cpu(rec.t_start), num_clusters); in ocfs2_replay_truncate_records() 6314 start_cluster = le32_to_cpu(tl->tl_recs[i].t_start); in ocfs2_complete_truncate_log_recovery()
|
| A D | ocfs2_fs.h | 448 __le32 t_start; /* 1st cluster in this log */ member
|
Completed in 61 milliseconds