Home
last modified time | relevance | path

Searched refs:last_blk (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_recover.c273 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/fs/iomap/
H A Dbuffered-io.c71 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()
1239 unsigned int first_blk, last_blk; in iomap_write_delalloc_ifs_punch() local
1256 last_blk = offset_in_folio(folio, last_byte) >> blkbits; in iomap_write_delalloc_ifs_punch()
1257 while ((first_blk = ifs_next_clean_block(folio, first_blk, last_blk)) in iomap_write_delalloc_ifs_punch()
1258 <= last_blk) { in iomap_write_delalloc_ifs_punch()
/linux/drivers/crypto/qce/
H A Dsha.h54 bool last_blk; member
/linux/fs/ext4/
H A Dresize.c309 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 Dextents.c5234 __u64 last_blk; in ext4_get_es_cache() local
5265 last_blk = (start + len - 1) >> inode->i_sb->s_blocksize_bits; in ext4_get_es_cache()
5266 if (last_blk >= EXT_MAX_BLOCKS) in ext4_get_es_cache()
5267 last_blk = EXT_MAX_BLOCKS-1; in ext4_get_es_cache()
5268 len_blks = ((ext4_lblk_t) last_blk) - start_blk + 1; in ext4_get_es_cache()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c234 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_aes_prep_cmd()
627 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_gmac_prep_cmd()
681 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_gcm_crypt_prep_cmd()
866 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_cbcmac_prep_cmd()
904 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_ctr_prep_cmd()
1506 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_cmac_prep_cmd()
H A Dtegra-se-main.c341 .last_blk = SE_AES1_LAST_BLOCK,
/linux/drivers/s390/block/
H A Ddasd_eckd.c3257 sector_t first_blk, last_blk; in dasd_eckd_ese_read() local
3283 last_trk = last_blk = in dasd_eckd_ese_read()