Searched refs:pno (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/staging/gdm72xx/ |
D | sdio_boot.c | 60 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/ |
D | svc_rdma_recvfrom.c | 141 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/ |
D | dasd_genhd.c | 174 for (bpart.pno = block->gdp->minors - 1; bpart.pno > 0; bpart.pno--) in dasd_destroy_partitions()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | scsw.h | 50 __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/ |
D | blkpg.h | 53 int pno; /* partition number */ member
|
/linux-4.1.27/fs/jfs/ |
D | jfs_extent.c | 86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument 104 xoff = pno << sbi->l2nbperpage; in extAlloc()
|
D | jfs_xtree.c | 2575 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/ |
D | ccwreq.c | 182 if (scsw->cc == 3 || scsw->pno) in ccwreq_status()
|
/linux-4.1.27/block/ |
D | ioctl.c | 32 partno = p.pno; in blkpg_ioctl()
|
/linux-4.1.27/drivers/mtd/ |
D | mtdchar.c | 529 if (p.pno < 0) in mtdchar_blkpg_ioctl() 532 return mtd_del_partition(mtd, p.pno); in mtdchar_blkpg_ioctl()
|