Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dextents_status.h251 bool end_allocated);
H A Dextents_status.c2087 bool end_allocated) in ext4_es_insert_delayed_extent() argument
2107 end_allocated); in ext4_es_insert_delayed_extent()
2113 end_allocated); in ext4_es_insert_delayed_extent()
2125 if (end_allocated && !pr2) in ext4_es_insert_delayed_extent()
2159 if (end_allocated) { in ext4_es_insert_delayed_extent()
H A Dinode.c1693 bool end_allocated = false; in ext4_insert_delayed_blocks() local
1729 end_allocated = (ret == 2); in ext4_insert_delayed_blocks()
1741 end_allocated); in ext4_insert_delayed_blocks()
/linux-6.15/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)