Home
last modified time | relevance | path

Searched refs:pno (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/gdm72xx/
Dsdio_boot.c60 int ret = 0, len, pno; in download_image() local
85 pno = 0; in download_image()
104 pno, ret); in download_image()
119 pno, ret); in download_image()
127 pno++; in download_image()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c141 int ret, read, pno; in rdma_read_chunk_lcl() local
152 for (pno = 0; pno < pages_needed; pno++) { in rdma_read_chunk_lcl()
162 ctxt->sge[pno].addr = in rdma_read_chunk_lcl()
168 ctxt->sge[pno].addr); in rdma_read_chunk_lcl()
174 ctxt->sge[pno].lkey = xprt->sc_dma_lkey; in rdma_read_chunk_lcl()
175 ctxt->sge[pno].length = len; in rdma_read_chunk_lcl()
239 int ret, read, pno; in rdma_read_chunk_frmr() local
258 for (pno = 0; pno < pages_needed; pno++) { in rdma_read_chunk_frmr()
268 frmr->page_list->page_list[pno] = in rdma_read_chunk_frmr()
273 frmr->page_list->page_list[pno]); in rdma_read_chunk_frmr()
/linux-4.1.27/drivers/s390/block/
Ddasd_genhd.c174 for (bpart.pno = block->gdp->minors - 1; bpart.pno > 0; bpart.pno--) in dasd_destroy_partitions()
/linux-4.1.27/arch/s390/include/asm/
Dscsw.h50 __u32 pno : 1; member
90 u32 pno:1; member
295 return scsw->tm.pno; in scsw_pno()
297 return scsw->cmd.pno; in scsw_pno()
/linux-4.1.27/include/uapi/linux/
Dblkpg.h53 int pno; /* partition number */ member
/linux-4.1.27/fs/jfs/
Djfs_extent.c86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument
104 xoff = pno << sbi->l2nbperpage; in extAlloc()
Djfs_xtree.c2575 s64 offset, nbytes, nbrd, pno; in xtRelocate() local
2675 pno = offset >> CM_L2BSIZE; in xtRelocate()
2686 offset += nb, pno++, npages--) { in xtRelocate()
2699 cmSetXD(ip, cp, pno, dxaddr, nblks); in xtRelocate()
/linux-4.1.27/drivers/s390/cio/
Dccwreq.c182 if (scsw->cc == 3 || scsw->pno) in ccwreq_status()
/linux-4.1.27/block/
Dioctl.c32 partno = p.pno; in blkpg_ioctl()
/linux-4.1.27/drivers/mtd/
Dmtdchar.c529 if (p.pno < 0) in mtdchar_blkpg_ioctl()
532 return mtd_del_partition(mtd, p.pno); in mtdchar_blkpg_ioctl()