Home
last modified time | relevance | path

Searched refs:first_block (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dnftlmount.c372 static void check_sectors_in_chain(struct NFTLrecord *nftl, unsigned int first_block) in check_sectors_in_chain() argument
381 block = first_block; in check_sectors_in_chain()
426 static int calc_chain_length(struct NFTLrecord *nftl, unsigned int first_block) in calc_chain_length() argument
428 unsigned int length = 0, block = first_block; in calc_chain_length()
458 static void format_chain(struct NFTLrecord *nftl, unsigned int first_block) in format_chain() argument
460 unsigned int block = first_block, block1; in format_chain()
462 printk("Formatting chain at block %d\n", first_block); in format_chain()
569 unsigned int block, first_block, is_first_block; in NFTL_mount() local
589 for (first_block = 0; first_block < s->nb_blocks; first_block++) { in NFTL_mount()
591 if (s->ReplUnitTable[first_block] == BLOCK_NOTEXPLORED) { in NFTL_mount()
[all …]
H A Dinftlmount.c434 static void format_chain(struct INFTLrecord *inftl, unsigned int first_block) in format_chain() argument
436 unsigned int block = first_block, block1; in format_chain()
439 first_block); in format_chain()
536 unsigned int block, first_block, prev_block, last_block; in INFTL_mount() local
576 for (first_block = s->firstEUN; first_block <= s->lastEUN; first_block++) { in INFTL_mount()
577 if (s->PUtable[first_block] != BLOCK_NOTEXPLORED) in INFTL_mount()
583 block = first_block; in INFTL_mount()
626 "mark 0x%x?\n", block, first_block, in INFTL_mount()
651 block, first_block); in INFTL_mount()
686 first_block); in INFTL_mount()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dpage_io.c127 sector_t first_block; in generic_swapfile_activate() local
131 first_block = probe_block; in generic_swapfile_activate()
132 ret = bmap(inode, &first_block); in generic_swapfile_activate()
133 if (ret || !first_block) in generic_swapfile_activate()
139 if (first_block & (blocks_per_page - 1)) { in generic_swapfile_activate()
153 if (block != first_block + block_in_page) { in generic_swapfile_activate()
160 first_block >>= (PAGE_SHIFT - blkbits); in generic_swapfile_activate()
162 if (first_block < lowest_block) in generic_swapfile_activate()
163 lowest_block = first_block; in generic_swapfile_activate()
164 if (first_block > highest_block) in generic_swapfile_activate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dfw.c107 const unsigned char *first_block; in orinoco_dl_firmware() local
159 first_block = (fw_entry->data + in orinoco_dl_firmware()
164 err = hermes_program(hw, first_block, end); in orinoco_dl_firmware()
170 first_block = (fw_entry->data + in orinoco_dl_firmware()
174 err = hermes_apply_pda_with_defaults(hw, first_block, end, pda, in orinoco_dl_firmware()
212 const unsigned char *first_block; in symbol_dl_image() local
220 first_block = ptr; in symbol_dl_image()
241 ret = hermes_program(hw, first_block, end); in symbol_dl_image()
247 size_t len = hermes_blocks_length(first_block, end); in symbol_dl_image()
248 ptr = first_block + len; in symbol_dl_image()
H A Dhermes_dld.h32 int hermes_program(struct hermes *hw, const char *first_block, const void *end);
50 size_t hermes_blocks_length(const char *first_block, const void *end);
H A Dhermes_dld.c254 hermes_blocks_length(const char *first_block, const void *end) in hermes_blocks_length() argument
256 const struct dblock *blk = (const struct dblock *) first_block; in hermes_blocks_length()
277 int hermes_program(struct hermes *hw, const char *first_block, const void *end) in hermes_program() argument
284 blk = (const struct dblock *) first_block; in hermes_program()
/OK3568_Linux_fs/kernel/fs/udf/
H A Dballoc.c173 uint16_t partition, uint32_t first_block, in udf_bitmap_prealloc_blocks() argument
185 if (first_block >= part_len) in udf_bitmap_prealloc_blocks()
188 if (first_block + block_count > part_len) in udf_bitmap_prealloc_blocks()
189 block_count = part_len - first_block; in udf_bitmap_prealloc_blocks()
192 block = first_block + (sizeof(struct spaceBitmapDesc) << 3); in udf_bitmap_prealloc_blocks()
500 uint32_t first_block, uint32_t block_count) in udf_table_prealloc_blocks() argument
510 if (first_block >= sbi->s_partmaps[partition].s_partition_len) in udf_table_prealloc_blocks()
527 while (first_block != eloc.logicalBlockNum && in udf_table_prealloc_blocks()
530 eloc.logicalBlockNum, elen, first_block); in udf_table_prealloc_blocks()
534 if (first_block == eloc.logicalBlockNum) { in udf_table_prealloc_blocks()
[all …]
H A Dtruncate.c36 int first_block = (nelen + inode->i_sb->s_blocksize - 1) >> in extent_trunc() local
51 if (last_block > first_block) { in extent_trunc()
57 first_block, in extent_trunc()
58 last_block - first_block); in extent_trunc()
209 sector_t first_block = inode->i_size >> sb->s_blocksize_bits, offset; in udf_truncate_extents() local
221 etype = inode_bmap(inode, first_block, &epos, &eloc, &elen, &offset); in udf_truncate_extents()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp1602 ( RandIt first_block in op_merge_left_step_multiple() argument
1613 RandIt pos = first_block; in op_merge_left_step_multiple()
1618 pos = first_block+p0; in op_merge_left_step_multiple()
1621 op_merge_left(pos-l_merged, pos, pos+l_merged, first_block+elements_in_blocks, comp, op); in op_merge_left_step_multiple()
1622 …BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(pos-l_merged, pos-l_merged+(first_block+elements_in_b… in op_merge_left_step_multiple()
1625 op(forward_t(), pos, first_block+elements_in_blocks, pos-l_merged); in op_merge_left_step_multiple()
1626 …BOOST_MOVE_ADAPTIVE_SORT_INVARIANT(is_sorted(pos-l_merged, first_block+elements_in_blocks-l_merged… in op_merge_left_step_multiple()
1628 first_block -= l_merged; in op_merge_left_step_multiple()
1636 ( RandIt first_block in op_merge_right_step_once() argument
1648 op(backward_t(),first_block+p, first_block+p+restk, first_block+p+restk+l_build_buf); in op_merge_right_step_once()
[all …]
/OK3568_Linux_fs/kernel/block/partitions/
H A Dsgi.c29 __be32 first_block; /* First logical block */ member
77 start = be32_to_cpu(p->first_block); in sgi_partition()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmigrate.c17 ext4_lblk_t first_block, last_block, curr_block; member
32 newext.ee_block = cpu_to_le32(lb->first_block); in finish_range()
33 newext.ee_len = cpu_to_le16(lb->last_block - lb->first_block + 1); in finish_range()
37 path = ext4_find_extent(inode, lb->first_block, NULL, 0); in finish_range()
51 lb->last_block - lb->first_block + 1, path); in finish_range()
85 lb->first_block = lb->last_block = lb->curr_block; in update_extent_range()
H A Dindirect.c534 ext4_fsblk_t first_block = 0; in ext4_ind_map_blocks() local
549 first_block = le32_to_cpu(chain[depth - 1].key); in ext4_ind_map_blocks()
557 if (blk == first_block + count) in ext4_ind_map_blocks()
H A Dsuper.c2882 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_check_descriptors() local
2902 last_block = first_block + in ext4_check_descriptors()
2925 if (block_bitmap < first_block || block_bitmap > last_block) { in ext4_check_descriptors()
2947 if (inode_bitmap < first_block || inode_bitmap > last_block) { in ext4_check_descriptors()
2969 if (inode_table < first_block || in ext4_check_descriptors()
2989 first_block += EXT4_BLOCKS_PER_GROUP(sb); in ext4_check_descriptors()
3879 ext4_fsblk_t first_block, last_block, b; in count_overhead() local
3889 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) + in count_overhead()
3891 last_block = first_block + EXT4_BLOCKS_PER_GROUP(sb) - 1; in count_overhead()
3895 if (b >= first_block && b <= last_block) { in count_overhead()
[all …]
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dsh_mmcif.h148 unsigned long first_block, in sh_mmcif_boot_do_read() argument
170 ret = sh_mmcif_boot_do_read_single(base, first_block + k, in sh_mmcif_boot_do_read()
/OK3568_Linux_fs/kernel/drivers/char/
H A Drandom.c296 u8 first_block[CHACHA_BLOCK_SIZE]; in crng_fast_key_erasure() local
303 chacha20_block(chacha_state, first_block); in crng_fast_key_erasure()
305 memcpy(key, first_block, CHACHA_KEY_SIZE); in crng_fast_key_erasure()
306 memcpy(random_data, first_block + CHACHA_KEY_SIZE, random_data_len); in crng_fast_key_erasure()
307 memzero_explicit(first_block, sizeof(first_block)); in crng_fast_key_erasure()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Defs_fs_sb.h53 __u32 first_block; /* first data block in filesystem */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Defs_fs_sb.h53 __u32 first_block; /* first data block in filesystem */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Defs_fs_sb.h53 __u32 first_block; /* first data block in filesystem */ member
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dmdt.c361 unsigned long first_block; in nilfs_mdt_forget_block() local
371 first_block = (unsigned long)index << in nilfs_mdt_forget_block()
376 bh = nilfs_page_get_nth_block(page, block - first_block); in nilfs_mdt_forget_block()
H A Dpage.c33 unsigned long first_block; in __nilfs_get_page_block() local
39 first_block = (unsigned long)index << (PAGE_SHIFT - blkbits); in __nilfs_get_page_block()
40 bh = nilfs_page_get_nth_block(page, block - first_block); in __nilfs_get_page_block()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dcommit.c405 unsigned long first_block; in jbd2_journal_commit_transaction() local
806 jbd2_journal_get_log_tail(journal, &first_tid, &first_block); in jbd2_journal_commit_transaction()
810 long freed = first_block - journal->j_tail; in jbd2_journal_commit_transaction()
812 if (first_block < journal->j_tail) in jbd2_journal_commit_transaction()
952 jbd2_update_log_tail(journal, first_tid, first_block); in jbd2_journal_commit_transaction()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Damd.c1031 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt() local
1047 first_block = bp[bank]->blocks; in amd_threshold_interrupt()
1048 if (!first_block) in amd_threshold_interrupt()
1055 log_and_reset_block(first_block); in amd_threshold_interrupt()
1056 list_for_each_entry_safe(block, tmp, &first_block->miscj, miscj) in amd_threshold_interrupt()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dinode.c635 ext2_fsblk_t first_block = 0; in ext2_get_blocks() local
647 first_block = le32_to_cpu(chain[depth - 1].key); in ext2_get_blocks()
666 if (blk == first_block + count) in ext2_get_blocks()
807 unsigned long first_block = offset >> blkbits; in ext2_iomap_begin() local
814 ret = ext2_get_blocks(inode, first_block, max_blocks, in ext2_iomap_begin()
821 iomap->offset = (u64)first_block << blkbits; in ext2_iomap_begin()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c2219 u64 first_block) in pqi_set_encryption_info() argument
2230 first_block = (first_block * volume_blk_size) / 512; in pqi_set_encryption_info()
2234 encryption_info->encrypt_tweak_lower = lower_32_bits(first_block); in pqi_set_encryption_info()
2235 encryption_info->encrypt_tweak_upper = upper_32_bits(first_block); in pqi_set_encryption_info()
2251 u64 first_block; in pqi_raid_bypass_submit_scsi_cmd() local
2297 first_block = (u64)(((scmd->cmnd[1] & 0x1f) << 16) | in pqi_raid_bypass_submit_scsi_cmd()
2307 first_block = (u64)get_unaligned_be32(&scmd->cmnd[2]); in pqi_raid_bypass_submit_scsi_cmd()
2314 first_block = (u64)get_unaligned_be32(&scmd->cmnd[2]); in pqi_raid_bypass_submit_scsi_cmd()
2321 first_block = get_unaligned_be64(&scmd->cmnd[2]); in pqi_raid_bypass_submit_scsi_cmd()
2336 last_block = first_block + block_cnt - 1; in pqi_raid_bypass_submit_scsi_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa.c4859 u64 first_block; in set_encrypt_ioaccel2() local
4878 first_block = (((cmd->cmnd[1] & 0x1F) << 16) | in set_encrypt_ioaccel2()
4887 first_block = get_unaligned_be32(&cmd->cmnd[2]); in set_encrypt_ioaccel2()
4891 first_block = get_unaligned_be64(&cmd->cmnd[2]); in set_encrypt_ioaccel2()
4902 first_block = first_block * in set_encrypt_ioaccel2()
4905 cp->tweak_lower = cpu_to_le32(first_block); in set_encrypt_ioaccel2()
4906 cp->tweak_upper = cpu_to_le32(first_block >> 32); in set_encrypt_ioaccel2()
5115 u64 first_block, last_block; in hpsa_scsi_ioaccel_raid_map() local
5153 first_block = (((cmd->cmnd[1] & 0x1F) << 16) | in hpsa_scsi_ioaccel_raid_map()
5164 first_block = in hpsa_scsi_ioaccel_raid_map()
[all …]

12