Searched refs:last_blk (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 273 xfs_daddr_t *last_blk, in xlog_find_cycle_start() argument 282 end_blk = *last_blk; in xlog_find_cycle_start() 298 *last_blk = end_blk; in xlog_find_cycle_start() 397 xfs_daddr_t *last_blk, in xlog_find_verify_log_record() argument 406 int num_blks = *last_blk - start_blk; in xlog_find_verify_log_record() 409 ASSERT(start_blk != 0 || *last_blk != start_blk); in xlog_find_verify_log_record() 424 for (i = (*last_blk) - 1; i >= 0; i--) { in xlog_find_verify_log_record() 475 if (*last_blk - i + extra_bblks != in xlog_find_verify_log_record() 477 *last_blk = i; in xlog_find_verify_log_record() 504 xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; in xlog_find_head() local [all …]
|
| /linux/drivers/crypto/qce/ |
| H A D | sha.c | 57 if (req->result && rctx->last_blk) in qce_ahash_done() 69 rctx->last_blk = false; in qce_ahash_done() 141 rctx->last_blk = false; in qce_ahash_init() 289 rctx->last_blk = true; in qce_ahash_final() 317 rctx->last_blk = true; in qce_ahash_digest()
|
| H A D | sha.h | 54 bool last_blk; member
|
| H A D | common.c | 162 if (!rctx->last_blk && req->nbytes % blocksize) in qce_setup_regs_ahash() 205 if (rctx->last_blk) in qce_setup_regs_ahash()
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 71 unsigned int last_blk = (off + len - 1) >> inode->i_blkbits; in ifs_set_range_uptodate() local 72 unsigned int nr_blks = last_blk - first_blk + 1; in ifs_set_range_uptodate() 180 unsigned int last_blk = (off + len - 1) >> inode->i_blkbits; in ifs_clear_range_dirty() local 181 unsigned int nr_blks = last_blk - first_blk + 1; in ifs_clear_range_dirty() 203 unsigned int last_blk = (off + len - 1) >> inode->i_blkbits; in ifs_set_range_dirty() local 204 unsigned int nr_blks = last_blk - first_blk + 1; in ifs_set_range_dirty() 1234 unsigned int first_blk, last_blk; in iomap_write_delalloc_ifs_punch() local 1251 last_blk = offset_in_folio(folio, last_byte) >> blkbits; in iomap_write_delalloc_ifs_punch() 1252 while ((first_blk = ifs_next_clean_block(folio, first_blk, last_blk)) in iomap_write_delalloc_ifs_punch() 1253 <= last_blk) { in iomap_write_delalloc_ifs_punch()
|
| /linux/fs/ext4/ |
| H A D | resize.c | 309 ext4_fsblk_t last_blk; in ext4_alloc_group_tables() local 332 last_blk = start_blk + group_data[src_group - group].blocks_count; in ext4_alloc_group_tables() 343 last_blk += group_data[src_group - group].blocks_count; in ext4_alloc_group_tables() 350 if (start_blk >= last_blk) in ext4_alloc_group_tables() 361 if (start_blk >= last_blk) in ext4_alloc_group_tables() 375 if (start_blk + itb > last_blk) in ext4_alloc_group_tables()
|
| H A D | extents.c | 5196 __u64 last_blk; in ext4_get_es_cache() local 5227 last_blk = (start + len - 1) >> inode->i_sb->s_blocksize_bits; in ext4_get_es_cache() 5228 if (last_blk >= EXT_MAX_BLOCKS) in ext4_get_es_cache() 5229 last_blk = EXT_MAX_BLOCKS-1; in ext4_get_es_cache() 5230 len_blks = ((ext4_lblk_t) last_blk) - start_blk + 1; in ext4_get_es_cache()
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 233 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_aes_prep_cmd() 623 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_gmac_prep_cmd() 677 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_gcm_crypt_prep_cmd() 862 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_cbcmac_prep_cmd() 900 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_ctr_prep_cmd() 1498 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_cmac_prep_cmd()
|
| H A D | tegra-se-main.c | 341 .last_blk = SE_AES1_LAST_BLOCK,
|
| /linux/fs/ocfs2/ |
| H A D | xattr.c | 289 u64 src_blk, u64 last_blk, u64 to_blk, 4901 u64 src_blk, u64 last_blk, u64 to_blk, in ocfs2_mv_xattr_buckets() argument 4911 trace_ocfs2_mv_xattr_buckets((unsigned long long)last_blk, in ocfs2_mv_xattr_buckets() 4917 last_blk += (start_bucket * blks_per_bucket); in ocfs2_mv_xattr_buckets() 4956 last_blk + (i * blks_per_bucket), in ocfs2_mv_xattr_buckets() 5077 u64 last_blk = bucket_blkno(first) + in ocfs2_adjust_xattr_cross_cluster() local 5081 if (prev_clusters > 1 && bucket_blkno(target) != last_blk) { in ocfs2_adjust_xattr_cross_cluster() 5084 last_blk, new_blk, 0, in ocfs2_adjust_xattr_cross_cluster() 5090 last_blk, new_blk, in ocfs2_adjust_xattr_cross_cluster() 5095 if ((bucket_blkno(target) == last_blk) && extend) in ocfs2_adjust_xattr_cross_cluster()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.c | 3257 sector_t first_blk, last_blk; in dasd_eckd_ese_read() local 3283 last_trk = last_blk = in dasd_eckd_ese_read()
|