/kernel/linux/linux-6.6/mm/ |
H A D | dmapool.c | 44 struct dma_block *next_block; member 51 struct dma_block *next_block; member 135 struct dma_block *block = pool->next_block; in pool_block_err() 147 block = block->next_block; in pool_block_err() 183 struct dma_block *block = pool->next_block; in pool_block_pop() 186 pool->next_block = block->next_block; in pool_block_pop() 196 block->next_block = pool->next_block; in pool_block_push() 197 pool->next_block in pool_block_push() [all...] |
H A D | slub.c | 1665 char *next_block; in kmem_cache_flags() local 1681 next_block = slub_debug_string; in kmem_cache_flags() 1683 while (next_block) { in kmem_cache_flags() 1684 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false); in kmem_cache_flags() 1693 if (next_block && next_block < end) in kmem_cache_flags() 1694 end = next_block - 1; in kmem_cache_flags()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | check-integrity.c | 226 struct btrfsic_block *next_block; member 349 struct btrfsic_block *next_block, 700 struct btrfsic_block *next_block; in btrfsic_process_superblock() local 715 next_block = btrfsic_block_hashtable_lookup( in btrfsic_process_superblock() 719 BUG_ON(NULL == next_block); in btrfsic_process_superblock() 740 next_block, in btrfsic_process_superblock() 871 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror() local 885 next_block = btrfsic_block_lookup_or_add( in btrfsic_process_superblock_dev_mirror() 889 if (NULL == next_block) { in btrfsic_process_superblock_dev_mirror() 895 next_block in btrfsic_process_superblock_dev_mirror() 1231 struct btrfsic_block *next_block = NULL; btrfsic_create_link_to_next_block() local 1439 struct btrfsic_block *next_block; btrfsic_handle_extent_data() local 2092 struct btrfsic_block *next_block; btrfsic_bio_end_io() local 2157 struct btrfsic_block *next_block; btrfsic_process_written_superblock() local 2520 btrfsic_block_link_lookup_or_add( struct btrfsic_state *state, struct btrfsic_block_data_ctx *next_block_ctx, struct btrfsic_block *next_block, struct btrfsic_block *from_block, u64 parent_generation) btrfsic_block_link_lookup_or_add() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | check-integrity.c | 226 struct btrfsic_block *next_block; member 299 struct btrfsic_block *next_block, 647 struct btrfsic_block *next_block; in btrfsic_process_superblock() local 662 next_block = btrfsic_block_hashtable_lookup( in btrfsic_process_superblock() 666 BUG_ON(NULL == next_block); in btrfsic_process_superblock() 687 next_block, in btrfsic_process_superblock() 818 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror() local 832 next_block = btrfsic_block_lookup_or_add( in btrfsic_process_superblock_dev_mirror() 836 if (NULL == next_block) { in btrfsic_process_superblock_dev_mirror() 842 next_block in btrfsic_process_superblock_dev_mirror() 1180 struct btrfsic_block *next_block = NULL; btrfsic_create_link_to_next_block() local 1390 struct btrfsic_block *next_block; btrfsic_handle_extent_data() local 2054 struct btrfsic_block *next_block; btrfsic_bio_end_io() local 2121 struct btrfsic_block *next_block; btrfsic_process_written_superblock() local 2491 btrfsic_block_link_lookup_or_add( struct btrfsic_state *state, struct btrfsic_block_data_ctx *next_block_ctx, struct btrfsic_block *next_block, struct btrfsic_block *from_block, u64 parent_generation) btrfsic_block_link_lookup_or_add() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-data.c | 174 const struct __ccs_data_block **next_block, in ccs_data_block_parse_header() 206 if (next_block) in ccs_data_block_parse_header() 207 *next_block = (void *)&block->length + hlen + plen; in ccs_data_block_parse_header() 828 const struct __ccs_data_block *next_block; in __ccs_data_parse() local 833 &payload, &next_block, endp, in __ccs_data_parse() 845 next_block); in __ccs_data_parse() 853 next_block, dev); in __ccs_data_parse() 861 next_block, dev); in __ccs_data_parse() 869 next_block, dev); in __ccs_data_parse() 877 next_block, de in __ccs_data_parse() 171 ccs_data_block_parse_header(const struct __ccs_data_block *block, bool is_first, unsigned int *__block_id, const void **payload, const struct __ccs_data_block **next_block, const void *endp, struct device *dev, bool verbose) ccs_data_block_parse_header() argument [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | readpage.c | 233 sector_t next_block; in ext4_mpage_readpages() local 262 block_in_file = next_block = in ext4_mpage_readpages() 364 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages() 376 fscrypt_set_bio_crypt_ctx(bio, inode, next_block, in ext4_mpage_readpages()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | readpage.c | 227 sector_t next_block; in ext4_mpage_readpages() local 255 block_in_file = next_block = in ext4_mpage_readpages() 352 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages() 364 fscrypt_set_bio_crypt_ctx(bio, inode, next_block, in ext4_mpage_readpages()
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | namei.c | 64 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() 108 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name() 63 get_dir_index_using_name(struct super_block *sb, u64 *next_block, int *next_offset, u64 index_start, int index_offset, int i_count, const char *name, int len) get_dir_index_using_name() argument
|
H A D | dir.c | 39 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() 84 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset() 38 get_dir_index_using_offset(struct super_block *sb, u64 *next_block, int *next_offset, u64 index_start, int index_offset, int i_count, u64 f_pos) get_dir_index_using_offset() argument
|
/kernel/linux/linux-6.6/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() 84 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset() 38 get_dir_index_using_offset(struct super_block *sb, u64 *next_block, int *next_offset, u64 index_start, int index_offset, int i_count, u64 f_pos) get_dir_index_using_offset() argument
|
H A D | namei.c | 64 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() 108 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name() 63 get_dir_index_using_name(struct super_block *sb, u64 *next_block, int *next_offset, u64 index_start, int index_offset, int i_count, const char *name, int len) get_dir_index_using_name() argument
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_metapage.c | 348 sector_t next_block = 0; in metapage_writepage() local 383 if (xlen && lblock == next_block) { in metapage_writepage() 431 next_block = lblock + len; in metapage_writepage()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_metapage.c | 349 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()
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.c | 872 uint64_t *result_key, dm_block_t *next_block) in find_key() 894 if (next_block || flags & INTERNAL_NODE) { in find_key() 903 if (next_block) in find_key() 904 *next_block = block; in find_key() 871 find_key(struct ro_spine *s, dm_block_t block, bool find_highest, uint64_t *result_key, dm_block_t *next_block) find_key() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | direct-io.c | 1024 goto next_block; in do_direct_IO() 1066 next_block: in do_direct_IO()
|
/kernel/linux/linux-6.6/fs/ |
H A D | direct-io.c | 1002 goto next_block; in do_direct_IO() 1044 next_block: in do_direct_IO()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree.c | 1341 uint64_t *result_key, dm_block_t *next_block) in find_key() 1363 if (next_block || flags & INTERNAL_NODE) { in find_key() 1372 if (next_block) in find_key() 1373 *next_block = block; in find_key() 1340 find_key(struct ro_spine *s, dm_block_t block, bool find_highest, uint64_t *result_key, dm_block_t *next_block) find_key() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.c | 3974 u64 next_block; in ocfs2_search_dx_free_list() local 3979 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list() 3981 while (next_block) { in ocfs2_search_dx_free_list() 3986 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list() 4001 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list() 4004 if (!next_block) in ocfs2_search_dx_free_list()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.c | 3960 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()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 1415 char *next_block; in kmem_cache_flags() local 1419 next_block = slub_debug_string; in kmem_cache_flags() 1421 while (next_block) { in kmem_cache_flags() 1422 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false); in kmem_cache_flags() 1431 if (next_block && next_block < end) in kmem_cache_flags() 1432 end = next_block - 1; in kmem_cache_flags()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc.c | 1584 unsigned int next_block; in ubifs_tnc_get_bu_keys() local 1621 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys() 1622 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys() 1625 block = next_block; in ubifs_tnc_get_bu_keys()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | msu.c | 618 goto next_block; in msc_buffer_iterate() 641 next_block: in msc_buffer_iterate()
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | msu.c | 618 goto next_block; in msc_buffer_iterate() 641 next_block: in msc_buffer_iterate()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | data.c | 1590 next_block: in f2fs_map_blocks() 1699 goto next_block; in f2fs_map_blocks()
|