Searched refs:last_blocks (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | extent_cache.c | 86 unsigned long age, unsigned long last_blocks, in __set_extent_info() argument 101 ei->last_blocks = last_blocks; in __set_extent_info() 173 abs(back->last_blocks - front->last_blocks) <= in __is_extent_mergeable() 620 en->ei.last_blocks, ei->fofs, ei->blk, ei->len, ei->age, ei->last_blocks); in __insert_extent_tree() 684 tei->age, tei->last_blocks); in __update_extent_tree_range() 694 tei->age, tei->last_blocks); in __update_extent_tree_range() 749 dei.age, dei.last_blocks, in __update_extent_tree_range() 758 dei.age, dei.last_blocks, in __update_extent_tree_range() 818 if (tei->last_blocks == F2FS_EXTENT_AGE_INVALID) in __update_extent_tree_range() 822 tei->age, tei->last_blocks, EX_BLOCK_AGE); in __update_extent_tree_range() [all …]
|
| H A D | f2fs.h | 795 unsigned long long last_blocks; member
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 1823 __entry->blocks = ei->last_blocks;
|