Home
last modified time | relevance | path

Searched refs:s_fc_ineligible_tid (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dfast_commit.c358 if (has_transaction && (!is_ineligible || tid_gt(tid, sbi->s_fc_ineligible_tid))) in ext4_fc_mark_ineligible()
359 sbi->s_fc_ineligible_tid = tid; in ext4_fc_mark_ineligible()
1324 if (tid_geq(tid, sbi->s_fc_ineligible_tid)) { in ext4_fc_cleanup()
1325 sbi->s_fc_ineligible_tid = 0; in ext4_fc_cleanup()
H A Dext4.h1755 tid_t s_fc_ineligible_tid; member
H A Dsuper.c4484 sbi->s_fc_ineligible_tid = 0; in ext4_fast_commit_init()