Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dextents_status.h250 ext4_lblk_t len, bool lclu_allocated,
H A Dextents_status.c2202 ext4_lblk_t len, bool lclu_allocated, in ext4_es_insert_delayed_extent() argument
2237 if (lclu_allocated && !pr1) in ext4_es_insert_delayed_extent()
2264 if (lclu_allocated) { in ext4_es_insert_delayed_extent()
2288 trace_ext4_es_insert_delayed_extent(inode, &newes, lclu_allocated, in ext4_es_insert_delayed_extent()
H A Dinode.c1840 bool lclu_allocated = false; in ext4_insert_delayed_blocks() local
1868 lclu_allocated = (ret == 2); in ext4_insert_delayed_blocks()
1888 ext4_es_insert_delayed_extent(inode, lblk, len, lclu_allocated, in ext4_insert_delayed_blocks()
/linux/include/trace/events/
H A Dext4.h2524 bool lclu_allocated, bool end_allocated),
2526 TP_ARGS(inode, es, lclu_allocated, end_allocated),
2535 __field( bool, lclu_allocated )
2547 __entry->lclu_allocated = lclu_allocated;
2557 __entry->lclu_allocated, __entry->end_allocated,