Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nilfs2/
Dsegbuf.c37 int rest_blocks; member
398 wi->rest_blocks -= wi->end - wi->start; in nilfs_segbuf_submit_bio()
399 wi->nr_vecs = min(wi->max_pages, wi->rest_blocks); in nilfs_segbuf_submit_bio()
438 wi->rest_blocks = segbuf->sb_sum.nblocks; in nilfs_segbuf_prepare_write()
440 wi->nr_vecs = min(wi->max_pages, wi->rest_blocks); in nilfs_segbuf_prepare_write()
/linux-2.6.39/fs/ext4/
Dmove_extent.c1190 ext4_lblk_t rest_blocks; in ext4_move_extents() local
1335 rest_blocks = seq_blocks; in ext4_move_extents()
1371 rest_blocks -= block_len_in_page; in ext4_move_extents()
1372 if (rest_blocks > blocks_per_page) in ext4_move_extents()
1375 block_len_in_page = rest_blocks; in ext4_move_extents()