Home
last modified time | relevance | path

Searched refs:last_blk (Results 1 – 7 of 7) 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 first_blk, last_blk; in ifs_set_range_uptodate() local
75 last_blk = (off + len - 1) >> inode->i_blkbits; in ifs_set_range_uptodate()
76 bitmap_set(ifs->state, first_blk, last_blk - first_blk + 1); in ifs_set_range_uptodate()
197 unsigned int last_blk = (off + len) >> inode->i_blkbits; in ifs_clear_range_dirty() local
200 if (first_blk >= last_blk) in ifs_clear_range_dirty()
205 last_blk - first_blk); in ifs_clear_range_dirty()
229 unsigned int first_blk, last_blk; in ifs_set_range_dirty() local
236 last_blk = (off + len - 1) >> inode->i_blkbits; in ifs_set_range_dirty()
239 last_blk - first_blk + 1); in ifs_set_range_dirty()
1352 unsigned int first_blk, last_blk; in iomap_write_delalloc_ifs_punch() local
[all …]
/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.c5346 __u64 last_blk; in ext4_get_es_cache() local
5377 last_blk = (start + len - 1) >> inode->i_sb->s_blocksize_bits; in ext4_get_es_cache()
5378 if (last_blk >= EXT_MAX_BLOCKS) in ext4_get_es_cache()
5379 last_blk = EXT_MAX_BLOCKS-1; in ext4_get_es_cache()
5380 len_blks = ((ext4_lblk_t) last_blk) - start_blk + 1; in ext4_get_es_cache()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c233 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_aes_prep_cmd()
626 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_gmac_prep_cmd()
680 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_gcm_crypt_prep_cmd()
865 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_cbcmac_prep_cmd()
903 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_ctr_prep_cmd()
1493 cpuvaddr[i++] = se_host1x_opcode_nonincr(se->hw->regs->last_blk, 1); in tegra_cmac_prep_cmd()
H A Dtegra-se-main.c339 .last_blk = SE_AES1_LAST_BLOCK,
/linux/drivers/s390/block/
H A Ddasd_eckd.c3722 sector_t first_blk, last_blk; in dasd_eckd_ese_read() local
3748 last_trk = last_blk = in dasd_eckd_ese_read()