Searched refs:next_block (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | check-integrity.c | 230 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 …]
|
D | inode.c | 7984 next_block: in __btrfs_subio_endio_read() 8022 goto next_block; in __btrfs_subio_endio_read()
|
/Linux-v4.19/fs/squashfs/ |
D | dir.c | 52 u64 *next_block, int *next_offset, u64 index_start, int index_offset, in get_dir_index_using_offset() argument 97 *next_block = le32_to_cpu(dir_index.start_block) + in get_dir_index_using_offset()
|
D | namei.c | 77 u64 *next_block, int *next_offset, u64 index_start, in get_dir_index_using_name() argument 121 *next_block = le32_to_cpu(index->start_block) + in get_dir_index_using_name()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_metapage.c | 361 sector_t next_block = 0; in metapage_writepage() local 396 if (xlen && lblock == next_block) { in metapage_writepage() 444 next_block = lblock + len; in metapage_writepage()
|
/Linux-v4.19/drivers/md/persistent-data/ |
D | dm-btree.c | 868 uint64_t *result_key, dm_block_t *next_block) in find_key() argument 890 if (next_block || flags & INTERNAL_NODE) { in find_key() 899 if (next_block) in find_key() 900 *next_block = block; in find_key()
|
/Linux-v4.19/fs/ |
D | direct-io.c | 1068 goto next_block; in do_direct_IO() 1110 next_block: in do_direct_IO()
|
/Linux-v4.19/drivers/hwtracing/intel_th/ |
D | msu.c | 424 goto next_block; in msc_buffer_iterate() 447 next_block: in msc_buffer_iterate()
|
/Linux-v4.19/fs/ocfs2/ |
D | dir.c | 3990 u64 next_block; in ocfs2_search_dx_free_list() local 3995 next_block = le64_to_cpu(dx_root->dr_free_blk); in ocfs2_search_dx_free_list() 3997 while (next_block) { in ocfs2_search_dx_free_list() 4002 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list() 4017 next_block = le64_to_cpu(db->db_free_next); in ocfs2_search_dx_free_list() 4020 if (!next_block) in ocfs2_search_dx_free_list()
|
/Linux-v4.19/fs/ubifs/ |
D | tnc.c | 1555 unsigned int next_block; in ubifs_tnc_get_bu_keys() local 1592 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys() 1593 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys() 1596 block = next_block; in ubifs_tnc_get_bu_keys()
|
/Linux-v4.19/fs/f2fs/ |
D | data.c | 1058 next_block: in f2fs_map_blocks() 1155 goto next_block; in f2fs_map_blocks()
|