Home
last modified time | relevance | path

Searched refs:next_blk (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ext4/
Dmove_extent.c621 ext4_lblk_t cur_blk, next_blk; in ext4_move_extents() local
630 next_blk = ext4_ext_next_allocated_block(path); in ext4_move_extents()
635 if (next_blk == EXT_MAX_BLOCKS) { in ext4_move_extents()
640 d_start += next_blk - o_start; in ext4_move_extents()
641 o_start = next_blk; in ext4_move_extents()
/linux-4.19.296/fs/squashfs/
Dsquashfs_fs_sb.h32 int next_blk; member
Dcache.c101 i = cache->next_blk; in squashfs_cache_get()
108 cache->next_blk = (i + 1) % cache->entries; in squashfs_cache_get()
254 cache->next_blk = 0; in squashfs_cache_init()