Searched refs:last_blk (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/crypto/qce/
H A Dsha.h36 * @last_blk: is it the last block
54 bool last_blk; member in struct:qce_sha_reqctx
H A Dsha.c57 if (req->result && rctx->last_blk)
69 rctx->last_blk = false;
141 rctx->last_blk = false;
289 rctx->last_blk = true;
317 rctx->last_blk = true;
H A Dcommon.c162 if (!rctx->last_blk && req->nbytes % blocksize)
205 if (rctx->last_blk)
/linux-master/fs/xfs/
H A Dxfs_log_recover.c273 xfs_daddr_t *last_blk,
282 end_blk = *last_blk;
298 *last_blk = end_blk;
384 * In the typical case, last_blk is the number of the block directly after
397 xfs_daddr_t *last_blk,
406 int num_blks = *last_blk - start_blk;
409 ASSERT(start_blk != 0 || *last_blk != start_blk);
424 for (i = (*last_blk) - 1; i >= 0; i--) {
468 * last_blk will be the 1st block # with a given cycle #. We may end
470 * reset last_blk
269 xlog_find_cycle_start( struct xlog *log, char *buffer, xfs_daddr_t first_blk, xfs_daddr_t *last_blk, uint cycle) argument
394 xlog_find_verify_log_record( struct xlog *log, xfs_daddr_t start_blk, xfs_daddr_t *last_blk, int extra_bblks) argument
504 xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; local
1399 xfs_daddr_t new_blk, last_blk, start_blk; local
[all...]
/linux-master/fs/affs/
H A Dfile.c868 u32 last_blk, blkcnt, blk; local
876 last_blk = 0;
879 last_blk = ((u32)inode->i_size - 1) / AFFS_SB(sb)->s_data_blksize;
880 ext = last_blk / AFFS_SB(sb)->s_hashsize;
925 blk = last_blk;
927 i = last_blk % AFFS_SB(sb)->s_hashsize + 1;
945 AFFS_I(inode)->i_blkcnt = last_blk + 1;
948 struct buffer_head *bh = affs_bread_ino(inode, last_blk, 0);
/linux-master/fs/iomap/
H A Dbuffered-io.c65 unsigned int last_blk = (off + len - 1) >> inode->i_blkbits; local
66 unsigned int nr_blks = last_blk - first_blk + 1;
142 unsigned int last_blk = (off + len - 1) >> inode->i_blkbits; local
143 unsigned int nr_blks = last_blk - first_blk + 1;
165 unsigned int last_blk = (off + len - 1) >> inode->i_blkbits; local
166 unsigned int nr_blks = last_blk - first_blk + 1;
1029 unsigned int first_blk, last_blk, i; local
1048 last_blk = offset_in_folio(folio, last_byte) >> blkbits;
1049 for (i = first_blk; i <= last_blk; i++) {
/linux-master/fs/ext4/
H A Dresize.c308 ext4_fsblk_t last_blk; local
331 last_blk = start_blk + group_data[src_group - group].blocks_count;
342 last_blk += group_data[src_group - group].blocks_count;
349 if (start_blk >= last_blk)
360 if (start_blk >= last_blk)
374 if (start_blk + itb > last_blk)
H A Dextents.c5011 __u64 last_blk; local
5040 last_blk = (start + len - 1) >> inode->i_sb->s_blocksize_bits;
5041 if (last_blk >= EXT_MAX_BLOCKS)
5042 last_blk = EXT_MAX_BLOCKS-1;
5043 len_blks = ((ext4_lblk_t) last_blk) - start_blk + 1;
/linux-master/fs/ocfs2/
H A Dxattr.c285 u64 src_blk, u64 last_blk, u64 to_blk,
4862 * src_blk points to the start of an existing extent. last_blk points to
4864 * extent. We copy the buckets from the cluster at last_blk to the new
4871 u64 src_blk, u64 last_blk, u64 to_blk,
4881 trace_ocfs2_mv_xattr_buckets((unsigned long long)last_blk,
4887 last_blk += (start_bucket * blks_per_bucket);
4926 last_blk + (i * blks_per_bucket),
5047 u64 last_blk = bucket_blkno(first) + local
5051 if (prev_clusters > 1 && bucket_blkno(target) != last_blk) {
5054 last_blk, new_bl
4870 ocfs2_mv_xattr_buckets(struct inode *inode, handle_t *handle, u64 src_blk, u64 last_blk, u64 to_blk, unsigned int start_bucket, u32 *first_hash) argument
[all...]
/linux-master/fs/f2fs/
H A Ddata.c1893 sector_t start_blk, last_blk; local
1939 last_blk = bytes_to_blks(inode, start + len - 1);
1989 if (start_blk > last_blk)
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c3256 sector_t first_blk, last_blk; local
3282 last_trk = last_blk =

Completed in 760 milliseconds