Searched refs:last_blocks (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | extent_cache.c | 77 unsigned long age, unsigned long last_blocks, in __set_extent_info() argument 92 ei->last_blocks = last_blocks; in __set_extent_info() 164 abs(back->last_blocks - front->last_blocks) <= in __is_extent_mergeable() 611 en->ei.last_blocks, ei->fofs, ei->blk, ei->len, ei->age, ei->last_blocks); in __insert_extent_tree() 677 tei->age, tei->last_blocks); in __update_extent_tree_range() 687 tei->age, tei->last_blocks); in __update_extent_tree_range() 742 dei.age, dei.last_blocks, in __update_extent_tree_range() 751 dei.age, dei.last_blocks, in __update_extent_tree_range() 811 if (tei->last_blocks == F2FS_EXTENT_AGE_INVALID) in __update_extent_tree_range() 815 tei->age, tei->last_blocks, EX_BLOCK_AGE); in __update_extent_tree_range() [all …]
|
| H A D | f2fs.h | 748 unsigned long long last_blocks; member
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 1803 __entry->blocks = ei->last_blocks;
|