Searched refs:next_block (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index-layout.c | 369 u64 next_block = start_block; in setup_sub_index() local 380 .start_block = next_block, in setup_sub_index() 386 next_block += sls->volume_blocks; in setup_sub_index() 390 .start_block = next_block, in setup_sub_index() 396 next_block += sls->save_blocks; in setup_sub_index() 404 u64 next_block = layout->offset / sls->block_size; in initialize_layout() local 409 .start_block = next_block++, in initialize_layout() 416 .start_block = next_block++, in initialize_layout() 422 setup_sub_index(layout, next_block, sls); in initialize_layout() 423 next_block += sls->sub_index_blocks; in initialize_layout() [all …]
|
| /linux/fs/squashfs/ |
| H A D | dir.c | 39 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument 84 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
|
| /linux/fs/jfs/ |
| H A D | jfs_metapage.c | 437 sector_t next_block = 0; in metapage_write_folio() local 471 if (xlen && lblock == next_block) { in metapage_write_folio() 515 next_block = lblock + len; in metapage_write_folio()
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-btree.c | 1341 uint64_t *result_key, dm_block_t *next_block) in find_key() argument 1363 if (next_block || flags & INTERNAL_NODE) { in find_key() 1372 if (next_block) in find_key() 1373 *next_block = block; in find_key()
|
| /linux/fs/ocfs2/ |
| H A D | dir.c | 4015 u64 next_block; in ocfs2_search_dx_free_list() local 4020 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list() 4022 while (next_block) { in ocfs2_search_dx_free_list() 4027 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list() 4042 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list() 4045 if (!next_block) in ocfs2_search_dx_free_list()
|
| /linux/fs/ubifs/ |
| H A D | tnc.c | 1585 unsigned int next_block; in ubifs_tnc_get_bu_keys() local 1622 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys() 1623 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys() 1626 block = next_block; in ubifs_tnc_get_bu_keys()
|
| /linux/fs/f2fs/ |
| H A D | gc.c | 1819 goto next_block; in do_garbage_collect() 1824 goto next_block; in do_garbage_collect() 1876 next_block: in do_garbage_collect()
|
| H A D | data.c | 1594 next_block: in f2fs_map_blocks() 1726 goto next_block; in f2fs_map_blocks()
|
| /linux/mm/ |
| H A D | slub.c | 1938 const char *next_block; in kmem_cache_flags() local 1954 next_block = slub_debug_string; in kmem_cache_flags() 1956 while (next_block) { in kmem_cache_flags() 1957 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false); in kmem_cache_flags() 1966 if (next_block && next_block < end) in kmem_cache_flags() 1967 end = next_block - 1; in kmem_cache_flags()
|