Home
last modified time | relevance | path

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

/linux-6.15/fs/erofs/
H A Ddecompressor.c349 struct page **pgo, *tmppage; in z_erofs_stream_switch_bufs() local
362 pgo = &rq->out[dctx->no]; in z_erofs_stream_switch_bufs()
363 if (!*pgo && rq->fillgaps) { /* deduped */ in z_erofs_stream_switch_bufs()
364 *pgo = erofs_allocpage(pgpl, rq->gfp); in z_erofs_stream_switch_bufs()
365 if (!*pgo) { in z_erofs_stream_switch_bufs()
369 set_page_private(*pgo, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_stream_switch_bufs()
371 if (*pgo) { in z_erofs_stream_switch_bufs()
372 dctx->kout = kmap_local_page(*pgo); in z_erofs_stream_switch_bufs()
/linux-6.15/drivers/scsi/
H A Dst.c2531 int pgo; in write_mode_page() local
2540 cmd[4] = pgo + (STp->buffer)->b_data[pgo + MP_OFF_PAGE_LENGTH] + 2; in write_mode_page()
3412 int pgo, psd_cnt, psdo; in partition_tape() local
3472 psdo = pgo + PART_PAGE_FIXED_LENGTH; in partition_tape()
3486 bp[pgo + PP_OFF_NBR_ADD_PARTS]); in partition_tape()
3489 bp[pgo + PP_OFF_NBR_ADD_PARTS] = 0; in partition_tape()
3498 bp[pgo + 3] = 1; in partition_tape()
3505 bp[pgo + PP_OFF_PART_UNITS] = 0; in partition_tape()
3506 bp[pgo + PP_OFF_RESERVED] = 0; in partition_tape()
3509 (bp[pgo + PP_OFF_FLAGS] & 0x07); in partition_tape()
[all …]