Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dextents_status.h251 bool end_allocated);
H A Dextents_status.c2088 bool end_allocated) in ext4_es_insert_delayed_extent() argument
2108 end_allocated); in ext4_es_insert_delayed_extent()
2114 end_allocated); in ext4_es_insert_delayed_extent()
2126 if (end_allocated && !pr2) in ext4_es_insert_delayed_extent()
2160 if (end_allocated) { in ext4_es_insert_delayed_extent()
H A Dinode.c1688 bool end_allocated = false; in ext4_insert_delayed_blocks() local
1724 end_allocated = (ret == 2); in ext4_insert_delayed_blocks()
1736 end_allocated); in ext4_insert_delayed_blocks()
/linux/include/trace/events/
H A Dext4.h2484 bool lclu_allocated, bool end_allocated),
2486 TP_ARGS(inode, es, lclu_allocated, end_allocated),
2496 __field( bool, end_allocated )
2507 __entry->end_allocated = end_allocated;
2516 __entry->lclu_allocated, __entry->end_allocated)