Home
last modified time | relevance | path

Searched refs:curr_block (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dmigrate.c17 ext4_lblk_t first_block, last_block, curr_block; member
74 (lb->last_block+1 == lb->curr_block)) { in update_extent_range()
76 lb->last_block = lb->curr_block; in update_extent_range()
77 lb->curr_block++; in update_extent_range()
85 lb->first_block = lb->last_block = lb->curr_block; in update_extent_range()
86 lb->curr_block++; in update_extent_range()
111 lb->curr_block++; in update_ind_extent_range()
141 lb->curr_block += max_entries; in update_dind_extent_range()
171 lb->curr_block += max_entries * max_entries; in update_tind_extent_range()
525 lb.curr_block++; in ext4_ext_migrate()
[all …]
/linux/fs/xfs/
H A Dxfs_trace.h1541 __field(int, curr_block)
1560 __entry->curr_block = log->l_curr_block;
1581 __entry->curr_block,