Searched refs:first_blk (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/crypto/qce/
H A Dsha.h35 * @first_blk: is it the first block
53 bool first_blk; member in struct:qce_sha_reqctx
H A Dsha.c22 bool first_blk; member in struct:qce_sha_saved_state
70 rctx->first_blk = false;
140 rctx->first_blk = true;
159 export_state->first_blk = rctx->first_blk;
173 rctx->first_blk = import_state->first_blk;
316 rctx->first_blk = true;
H A Dcommon.c189 if (rctx->first_blk)
197 if (rctx->first_blk)
210 if (rctx->first_blk)
/linux-master/fs/iomap/
H A Dbuffered-io.c64 unsigned int first_blk = off >> inode->i_blkbits; local
66 unsigned int nr_blks = last_blk - first_blk + 1;
68 bitmap_set(ifs->state, first_blk, nr_blks);
141 unsigned int first_blk = (off >> inode->i_blkbits); local
143 unsigned int nr_blks = last_blk - first_blk + 1;
147 bitmap_clear(ifs->state, first_blk + blks_per_folio, nr_blks);
164 unsigned int first_blk = (off >> inode->i_blkbits); local
166 unsigned int nr_blks = last_blk - first_blk + 1;
170 bitmap_set(ifs->state, first_blk + blks_per_folio, nr_blks);
1029 unsigned int first_blk, last_bl local
[all...]
/linux-master/fs/xfs/
H A Dxfs_log_recover.c272 xfs_daddr_t first_blk,
283 mid_blk = BLK_AVG(first_blk, end_blk);
284 while (mid_blk != first_blk && mid_blk != end_blk) {
292 first_blk = mid_blk; /* first_half_cycle == mid_cycle */
293 mid_blk = BLK_AVG(first_blk, end_blk);
295 ASSERT((mid_blk == first_blk && mid_blk+1 == end_blk) ||
296 (mid_blk == end_blk && mid_blk-1 == first_blk));
504 xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; local
511 error = xlog_find_zeroed(log, &first_blk);
517 *return_head_blk = first_blk;
269 xlog_find_cycle_start( struct xlog *log, char *buffer, xfs_daddr_t first_blk, xfs_daddr_t *last_blk, uint cycle) argument
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c3256 sector_t first_blk, last_blk; local
3280 first_trk = first_blk = blk_rq_pos(req) >> block->s2b_shift;
3302 skip_block = curr_trk * recs_per_trk - first_blk;
3310 if (first_blk + blk_count >= end_blk) {

Completed in 139 milliseconds