Home
last modified time | relevance | path

Searched refs:next_block (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/fs/btrfs/
Dcheck-integrity.c224 struct btrfsic_block *next_block; member
297 struct btrfsic_block *next_block,
645 struct btrfsic_block *next_block; in btrfsic_process_superblock() local
660 next_block = btrfsic_block_hashtable_lookup( in btrfsic_process_superblock()
664 BUG_ON(NULL == next_block); in btrfsic_process_superblock()
685 next_block, in btrfsic_process_superblock()
816 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror() local
830 next_block = btrfsic_block_lookup_or_add( in btrfsic_process_superblock_dev_mirror()
834 if (NULL == next_block) { in btrfsic_process_superblock_dev_mirror()
840 next_block->disk_key = tmp_disk_key; in btrfsic_process_superblock_dev_mirror()
[all …]
/Linux-v6.1/drivers/media/i2c/ccs/
Dccs-data.c174 const struct __ccs_data_block **next_block, in ccs_data_block_parse_header() argument
206 if (next_block) in ccs_data_block_parse_header()
207 *next_block = (void *)&block->length + hlen + plen; in ccs_data_block_parse_header()
817 const struct __ccs_data_block *next_block; in __ccs_data_parse() local
822 &payload, &next_block, endp, in __ccs_data_parse()
834 next_block); in __ccs_data_parse()
842 next_block, dev); in __ccs_data_parse()
850 next_block, dev); in __ccs_data_parse()
858 next_block, dev); in __ccs_data_parse()
866 next_block, dev); in __ccs_data_parse()
[all …]
/Linux-v6.1/fs/ext4/
Dreadpage.c234 sector_t next_block; in ext4_mpage_readpages() local
263 block_in_file = next_block = in ext4_mpage_readpages()
360 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages()
372 fscrypt_set_bio_crypt_ctx(bio, inode, next_block, in ext4_mpage_readpages()
/Linux-v6.1/fs/squashfs/
Ddir.c39 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()
Dnamei.c64 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument
108 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name()
/Linux-v6.1/fs/jfs/
Djfs_metapage.c349 sector_t next_block = 0; in metapage_writepage() local
384 if (xlen && lblock == next_block) { in metapage_writepage()
430 next_block = lblock + len; in metapage_writepage()
/Linux-v6.1/drivers/md/persistent-data/
Ddm-btree.c1330 uint64_t *result_key, dm_block_t *next_block) in find_key() argument
1352 if (next_block || flags & INTERNAL_NODE) { in find_key()
1361 if (next_block) in find_key()
1362 *next_block = block; in find_key()
/Linux-v6.1/fs/
Ddirect-io.c1020 goto next_block; in do_direct_IO()
1062 next_block: in do_direct_IO()
/Linux-v6.1/mm/
Dslub.c1589 char *next_block; in kmem_cache_flags() local
1605 next_block = slub_debug_string; in kmem_cache_flags()
1607 while (next_block) { in kmem_cache_flags()
1608 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false); in kmem_cache_flags()
1617 if (next_block && next_block < end) in kmem_cache_flags()
1618 end = next_block - 1; in kmem_cache_flags()
/Linux-v6.1/fs/ocfs2/
Ddir.c3960 u64 next_block; in ocfs2_search_dx_free_list() local
3965 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list()
3967 while (next_block) { in ocfs2_search_dx_free_list()
3972 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list()
3987 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list()
3990 if (!next_block) in ocfs2_search_dx_free_list()
/Linux-v6.1/fs/ubifs/
Dtnc.c1547 unsigned int next_block; in ubifs_tnc_get_bu_keys() local
1584 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys()
1585 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys()
1588 block = next_block; in ubifs_tnc_get_bu_keys()
/Linux-v6.1/drivers/hwtracing/intel_th/
Dmsu.c618 goto next_block; in msc_buffer_iterate()
641 next_block: in msc_buffer_iterate()
/Linux-v6.1/fs/f2fs/
Ddata.c1557 next_block: in f2fs_map_blocks()
1687 goto next_block; in f2fs_map_blocks()