Home
last modified time | relevance | path

Searched refs:EXT4_FC_REASON_FALLOC_RANGE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dfast_commit.h97 EXT4_FC_REASON_FALLOC_RANGE, enumerator
H A Dfast_commit.c2263 [EXT4_FC_REASON_FALLOC_RANGE] = "Falloc range op",
H A Dextents.c5385 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_FALLOC_RANGE, handle); in ext4_collapse_range()
5517 ext4_fc_mark_ineligible(sb, EXT4_FC_REASON_FALLOC_RANGE, handle); in ext4_insert_range()
/openbmc/linux/include/trace/events/
H A Dext4.h105 TRACE_DEFINE_ENUM(EXT4_FC_REASON_FALLOC_RANGE);
119 { EXT4_FC_REASON_FALLOC_RANGE, "FALLOC_RANGE"}, \
2821 FC_REASON_NAME_STAT(EXT4_FC_REASON_FALLOC_RANGE),