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.c2087 ext4_lblk_t len, bool lclu_allocated, in ext4_es_insert_delayed_extent() argument
2113 trace_ext4_es_insert_delayed_extent(inode, &newes, lclu_allocated, in ext4_es_insert_delayed_extent()
2124 if (lclu_allocated && !pr1) in ext4_es_insert_delayed_extent()
2151 if (lclu_allocated) { in ext4_es_insert_delayed_extent()
H A Dinode.c1687 bool lclu_allocated = false; in ext4_insert_delayed_blocks() local
1715 lclu_allocated = (ret == 2); in ext4_insert_delayed_blocks()
1735 ext4_es_insert_delayed_extent(inode, lblk, len, lclu_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),
2495 __field( bool, lclu_allocated )
2506 __entry->lclu_allocated = lclu_allocated;
2516 __entry->lclu_allocated, __entry->end_allocated)