Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A 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 …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dreadpage.c272 sector_t next_block; in ext4_mpage_readpages() local
301 block_in_file = next_block = in ext4_mpage_readpages()
403 !fscrypt_mergeable_bio(bio, inode, next_block))) { in ext4_mpage_readpages()
415 fscrypt_set_bio_crypt_ctx(bio, inode, next_block, in ext4_mpage_readpages()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dalloc-pool.h307 allocation_pool_list *block, *next_block; in release() local
310 for (block = m_block_list; block != NULL; block = next_block) in release()
312 next_block = block->next; in release()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dalloc-pool.h307 allocation_pool_list *block, *next_block; in release() local
310 for (block = m_block_list; block != NULL; block = next_block) in release()
312 next_block = block->next; in release()
/OK3568_Linux_fs/kernel/fs/squashfs/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/fs/jfs/
H A 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()
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree.c872 uint64_t *result_key, dm_block_t *next_block) in find_key() argument
894 if (next_block || flags & INTERNAL_NODE) { in find_key()
903 if (next_block) in find_key()
904 *next_block = block; in find_key()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.c563 bool next_block, close_block, very_close_block; in log_block_read() local
590 next_block = block_delta == 1; in log_block_read()
598 if (same_file && same_uid && next_block && very_very_close_time) { in log_block_read()
605 } else if (same_file && same_uid && next_block && very_close_time) { in log_block_read()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Devent_log.h91 _EL_BLOCK_PTR next_block; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Devent_log.h96 _EL_BLOCK_PTR next_block; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Devent_log.h96 _EL_BLOCK_PTR next_block; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Devent_log.h96 _EL_BLOCK_PTR next_block; member
/OK3568_Linux_fs/kernel/fs/
H A Ddirect-io.c1037 goto next_block; in do_direct_IO()
1079 next_block: in do_direct_IO()
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c1456 char *next_block; in kmem_cache_flags() local
1460 next_block = slub_debug_string; in kmem_cache_flags()
1462 while (next_block) { in kmem_cache_flags()
1463 next_block = parse_slub_debug_flags(next_block, &block_flags, &iter, false); in kmem_cache_flags()
1472 if (next_block && next_block < end) in kmem_cache_flags()
1473 end = next_block - 1; in kmem_cache_flags()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dtnc.c1553 unsigned int next_block; in ubifs_tnc_get_bu_keys() local
1590 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys()
1591 bu->blk_cnt += (next_block - block - 1); in ubifs_tnc_get_bu_keys()
1594 block = next_block; in ubifs_tnc_get_bu_keys()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A 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()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Devent_log.h121 _EL_BLOCK_PTR next_block; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Devent_log.h121 _EL_BLOCK_PTR next_block; member
/OK3568_Linux_fs/kernel/drivers/hwtracing/intel_th/
H A Dmsu.c618 goto next_block; in msc_buffer_iterate()
641 next_block: in msc_buffer_iterate()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c1558 next_block: in f2fs_map_blocks()
1667 goto next_block; in f2fs_map_blocks()