Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c132 int ret, read, pno; in rdma_read_chunk_lcl() local
142 for (pno = 0; pno < pages_needed; pno++) { in rdma_read_chunk_lcl()
152 ctxt->sge[pno].addr = in rdma_read_chunk_lcl()
158 ctxt->sge[pno].addr); in rdma_read_chunk_lcl()
164 ctxt->sge[pno].lkey = xprt->sc_dma_lkey; in rdma_read_chunk_lcl()
165 ctxt->sge[pno].length = len; in rdma_read_chunk_lcl()
229 int ret, read, pno, dma_nents, n; in rdma_read_chunk_frmr() local
245 for (pno = 0; pno < nents; pno++) { in rdma_read_chunk_frmr()
254 sg_set_page(&frmr->sg[pno], rqstp->rq_arg.pages[pg_no], in rdma_read_chunk_frmr()
/linux-4.4.14/drivers/s390/block/
Ddasd_genhd.c165 for (bpart.pno = block->gdp->minors - 1; bpart.pno > 0; bpart.pno--) in dasd_destroy_partitions()
/linux-4.4.14/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.4.14/include/uapi/linux/
Dblkpg.h53 int pno; /* partition number */ member
/linux-4.4.14/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.4.14/drivers/s390/cio/
Dccwreq.c182 if (scsw->cc == 3 || scsw->pno) in ccwreq_status()
/linux-4.4.14/drivers/mtd/
Dmtdchar.c525 if (p.pno < 0) in mtdchar_blkpg_ioctl()
528 return mtd_del_partition(mtd, p.pno); in mtdchar_blkpg_ioctl()
/linux-4.4.14/block/
Dioctl.c33 partno = p.pno; in blkpg_ioctl()