Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dcheck-integrity.c230 struct btrfsic_block *next_block; member
355 struct btrfsic_block *next_block,
710 struct btrfsic_block *next_block; in btrfsic_process_superblock() local
725 next_block = btrfsic_block_hashtable_lookup( in btrfsic_process_superblock()
729 BUG_ON(NULL == next_block); in btrfsic_process_superblock()
750 next_block, in btrfsic_process_superblock()
880 struct btrfsic_block *next_block; in btrfsic_process_superblock_dev_mirror() local
894 next_block = btrfsic_block_lookup_or_add( in btrfsic_process_superblock_dev_mirror()
898 if (NULL == next_block) { in btrfsic_process_superblock_dev_mirror()
904 next_block->disk_key = tmp_disk_key; in btrfsic_process_superblock_dev_mirror()
[all …]
Dinode.c8124 next_block: in __btrfs_subio_endio_read()
8162 goto next_block; in __btrfs_subio_endio_read()
/Linux-v5.4/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.4/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.4/drivers/md/persistent-data/
Ddm-btree.c869 uint64_t *result_key, dm_block_t *next_block) in find_key() argument
891 if (next_block || flags & INTERNAL_NODE) { in find_key()
900 if (next_block) in find_key()
901 *next_block = block; in find_key()
/Linux-v5.4/fs/
Ddirect-io.c1061 goto next_block; in do_direct_IO()
1103 next_block: in do_direct_IO()
/Linux-v5.4/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.4/fs/ubifs/
Dtnc.c1548 unsigned int next_block; in ubifs_tnc_get_bu_keys() local
1585 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys()
1586 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys()
1589 block = next_block; in ubifs_tnc_get_bu_keys()
/Linux-v5.4/drivers/hwtracing/intel_th/
Dmsu.c614 goto next_block; in msc_buffer_iterate()
637 next_block: in msc_buffer_iterate()
/Linux-v5.4/fs/f2fs/
Ddata.c1223 next_block: in f2fs_map_blocks()
1332 goto next_block; in f2fs_map_blocks()