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

/linux-master/fs/ext4/
H A Dfast_commit.c356 if (sbi->s_fc_ineligible_tid < tid)
357 sbi->s_fc_ineligible_tid = tid;
1316 if (tid >= sbi->s_fc_ineligible_tid) {
1317 sbi->s_fc_ineligible_tid = 0;
H A Dext4.h1751 tid_t s_fc_ineligible_tid; member in struct:ext4_sb_info
H A Dsuper.c4473 sbi->s_fc_ineligible_tid = 0;

Completed in 184 milliseconds