Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dcheck-integrity.c226 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->disk_key = tmp_disk_key; in btrfsic_process_superblock_dev_mirror()
[all …]
/Linux-v5.10/fs/ext4/
Dreadpage.c233 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()
/Linux-v5.10/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-v5.10/fs/jfs/
Djfs_metapage.c348 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()
/Linux-v5.10/drivers/md/persistent-data/
Ddm-btree.c870 uint64_t *result_key, dm_block_t *next_block) in find_key() argument
892 if (next_block || flags & INTERNAL_NODE) { in find_key()
901 if (next_block) in find_key()
902 *next_block = block; in find_key()
/Linux-v5.10/fs/
Ddirect-io.c1023 goto next_block; in do_direct_IO()
1065 next_block: in do_direct_IO()
/Linux-v5.10/mm/
Dslub.c1413 char *next_block; in kmem_cache_flags() local
1417 next_block = slub_debug_string; in kmem_cache_flags()
1419 while (next_block) { in kmem_cache_flags()
1420 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false); in kmem_cache_flags()
1429 if (next_block && next_block < end) in kmem_cache_flags()
1430 end = next_block - 1; in kmem_cache_flags()
/Linux-v5.10/fs/ocfs2/
Ddir.c3962 u64 next_block; in ocfs2_search_dx_free_list() local
3967 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list()
3969 while (next_block) { in ocfs2_search_dx_free_list()
3974 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list()
3989 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list()
3992 if (!next_block) in ocfs2_search_dx_free_list()
/Linux-v5.10/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-v5.10/drivers/hwtracing/intel_th/
Dmsu.c618 goto next_block; in msc_buffer_iterate()
641 next_block: in msc_buffer_iterate()
/Linux-v5.10/fs/f2fs/
Ddata.c1569 next_block: in f2fs_map_blocks()
1678 goto next_block; in f2fs_map_blocks()