Home
last modified time | relevance | path

Searched refs:pgo (Results 1 – 2 of 2) sorted by relevance

/linux/fs/erofs/
A Ddecompressor.c379 struct page **pgo, *tmppage; in z_erofs_stream_switch_bufs() local
392 pgo = &rq->out[dctx->no]; in z_erofs_stream_switch_bufs()
393 if (!*pgo && rq->fillgaps) { /* deduped */ in z_erofs_stream_switch_bufs()
394 *pgo = erofs_allocpage(pgpl, rq->gfp); in z_erofs_stream_switch_bufs()
395 if (!*pgo) { in z_erofs_stream_switch_bufs()
399 set_page_private(*pgo, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_stream_switch_bufs()
401 if (*pgo) { in z_erofs_stream_switch_bufs()
402 dctx->kout = kmap_local_page(*pgo); in z_erofs_stream_switch_bufs()
/linux/drivers/scsi/
A Dst.c2505 int pgo; in write_mode_page() local
2514 cmd[4] = pgo + (STp->buffer)->b_data[pgo + MP_OFF_PAGE_LENGTH] + 2; in write_mode_page()
3382 int pgo, psd_cnt, psdo; in partition_tape() local
3442 psdo = pgo + PART_PAGE_FIXED_LENGTH; in partition_tape()
3456 bp[pgo + PP_OFF_NBR_ADD_PARTS]); in partition_tape()
3459 bp[pgo + PP_OFF_NBR_ADD_PARTS] = 0; in partition_tape()
3468 bp[pgo + 3] = 1; in partition_tape()
3475 bp[pgo + PP_OFF_PART_UNITS] = 0; in partition_tape()
3476 bp[pgo + PP_OFF_RESERVED] = 0; in partition_tape()
3479 (bp[pgo + PP_OFF_FLAGS] & 0x07); in partition_tape()
[all …]

Completed in 23 milliseconds