Home
last modified time | relevance | path

Searched refs:EXT4_FC_REASON_OK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.h88 EXT4_FC_REASON_OK = 0, enumerator
H A Dfast_commit.c1106 int reason = EXT4_FC_REASON_OK, fc_bufs_before = 0; in ext4_fc_commit()
1152 if (reason == EXT4_FC_REASON_OK && ext4_fc_is_ineligible(sb)) { in ext4_fc_commit()
1158 if (reason != EXT4_FC_REASON_OK && in ext4_fc_commit()
1166 nblks = (reason == EXT4_FC_REASON_OK) ? nblks : 0; in ext4_fc_commit()

Completed in 3 milliseconds