Searched refs:lclu_allocated (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | extents_status.h | 250 ext4_lblk_t len, bool lclu_allocated,
|
| H A D | extents_status.c | 2086 ext4_lblk_t len, bool lclu_allocated, in ext4_es_insert_delayed_extent() argument 2112 trace_ext4_es_insert_delayed_extent(inode, &newes, lclu_allocated, in ext4_es_insert_delayed_extent() 2123 if (lclu_allocated && !pr1) in ext4_es_insert_delayed_extent() 2150 if (lclu_allocated) { in ext4_es_insert_delayed_extent()
|
| H A D | inode.c | 1692 bool lclu_allocated = false; in ext4_insert_delayed_blocks() local 1720 lclu_allocated = (ret == 2); in ext4_insert_delayed_blocks() 1740 ext4_es_insert_delayed_extent(inode, lblk, len, lclu_allocated, in ext4_insert_delayed_blocks()
|
| /linux-6.15/include/trace/events/ |
| H A D | ext4.h | 2484 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)
|