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.c372 if (has_transaction && (!is_ineligible || tid_gt(tid, sbi->s_fc_ineligible_tid))) in ext4_fc_mark_ineligible()
373 sbi->s_fc_ineligible_tid = tid; in ext4_fc_mark_ineligible()
1747 if (tid_geq(tid, sbi->s_fc_ineligible_tid)) { in ext4_fc_cleanup()
1748 sbi->s_fc_ineligible_tid = 0; in ext4_fc_cleanup()
H A Dext4.h1869 tid_t s_fc_ineligible_tid; member
H A Dsuper.c4561 sbi->s_fc_ineligible_tid = 0; in ext4_fast_commit_init()