/linux-2.4.37.9/arch/parisc/lib/ |
D | memset.c | 35 size_t xlen; in memset() local 55 xlen = len / (OPSIZ * 8); in memset() 56 while (xlen > 0) in memset() 67 xlen -= 1; in memset() 72 xlen = len / OPSIZ; in memset() 73 while (xlen > 0) in memset() 77 xlen -= 1; in memset()
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_xtree.c | 162 int xlen; in xtLookup() local 208 xlen = lengthXAD(xad); in xtLookup() 209 xend = xoff + xlen; in xtLookup() 261 s64 llen, xlen, plen; in xtLookupList() local 324 xlen = lengthXAD(xad); in xtLookupList() 325 xend = xstart + xlen; in xtLookupList() 357 plen = min(lend - xstart, xlen); in xtLookupList() 782 struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp, in xtInsert() argument 798 jfs_info("xtInsert: nxoff:0x%lx nxlen:0x%x", (ulong) xoff, xlen); in xtInsert() 832 if ((rc = dbAlloc(ip, hint, (s64) xlen, &xaddr))) in xtInsert() [all …]
|
D | jfs_extent.c | 90 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, boolean_t abnr) in extAlloc() argument 104 if (xlen > MAXXLEN) in extAlloc() 105 xlen = MAXXLEN; in extAlloc() 141 nxlen = xlen; in extAlloc() 217 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local 234 xlen = lengthXAD(xp); in extRealloc() 255 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr))) in extRealloc() 258 delta = nxlen - xlen; in extRealloc() 273 nextend = ntail - xlen; in extRealloc() 291 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc() [all …]
|
D | resize.c | 80 int newNpages = 0, nPages, newPage, xlen, t32; in jfs_extendfs() local 382 xlen = (newNpages - nPages) << sbi->l2nbperpage; in jfs_extendfs() 383 xlen = min(xlen, (int) nblocks) & ~(sbi->nbperpage - 1); in jfs_extendfs() 388 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) { in jfs_extendfs() 393 ipbmap->i_size += xlen << sbi->l2bsize; in jfs_extendfs() 394 ipbmap->i_blocks += LBLK2PBLK(sb, xlen); in jfs_extendfs()
|
D | jfs_xtree.h | 117 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag); 118 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen, 122 s64 xoff, int xlen, s64 xaddr, int flag); 125 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
|
D | jfs_txnmgr.c | 2383 int xlen; in txAllocPMap() local 2398 xlen = lengthXAD(xad); in txAllocPMap() 2400 (s64) xlen, tblk); in txAllocPMap() 2403 (ulong) xaddr, xlen); in txAllocPMap() 2409 xlen = lengthPXD(&pxdlock->pxd); in txAllocPMap() 2410 dbUpdatePMap(ipbmap, FALSE, xaddr, (s64) xlen, tblk); in txAllocPMap() 2411 jfs_info("allocPMap: xaddr:0x%lx xlen:%d", (ulong) xaddr, xlen); in txAllocPMap() 2418 xlen = lengthPXD(pxd); in txAllocPMap() 2419 dbUpdatePMap(ipbmap, FALSE, xaddr, (s64) xlen, in txAllocPMap() 2422 (ulong) xaddr, xlen); in txAllocPMap() [all …]
|
D | jfs_dtree.c | 211 s32 xlen; in read_index_page() local 213 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in read_index_page() 214 if (rc || (xlen == 0)) in read_index_page() 230 s32 xlen; in get_index_page() local 232 rc = xtLookup(inode, blkno, 1, &xflag, &xaddr, &xlen, 1); in get_index_page() 233 if (rc || (xlen == 0)) in get_index_page() 940 int xlen, xsize; in dtSplitUp() local 976 xlen = 1; in dtSplitUp() 981 xlen++; in dtSplitUp() 982 if ((rc = dbAlloc(ip, 0, (s64) xlen, &xaddr))) { in dtSplitUp() [all …]
|
D | inode.c | 221 s32 xlen; in jfs_get_block() local 240 (xtLookup(ip, lblock64, 1, &xflag, &xaddr, &xlen, 0) == 0) && in jfs_get_block() 241 xlen) { in jfs_get_block() 251 XADlength(&xad, xlen); in jfs_get_block()
|
D | namei.c | 673 int xlen = lengthDXD(&JFS_IP(ip)->ea); in freeZeroLink() local 685 PXDlength(&pxdlock->pxd, xlen); in freeZeroLink() 694 int xlen = lengthDXD(&JFS_IP(ip)->acl); in freeZeroLink() local 705 PXDlength(&pxdlock->pxd, xlen); in freeZeroLink() 847 s64 xlen = 0; in jfs_symlink() local 937 xlen = xsize >> JFS_SBI(sb)->l2bsize; in jfs_symlink() 938 if ((rc = xtInsert(tid, ip, 0, 0, xlen, &xaddr, 0))) { in jfs_symlink() 952 dbFree(ip, extent, xlen); in jfs_symlink() 963 ip->i_blocks = LBLK2PBLK(sb, xlen); in jfs_symlink() 975 if (xlen) in jfs_symlink() [all …]
|
D | jfs_imap.c | 2501 int iagno, i, xlen; in diNewIAG() local 2570 xlen = sbi->nbperpage; in diNewIAG() 2571 if ((rc = dbAlloc(ipimap, 0, (s64) xlen, &xaddr))) { in diNewIAG() 2584 dbFree(ipimap, xaddr, (s64) xlen); in diNewIAG() 2616 dbFree(ipimap, xaddr, (s64) xlen); in diNewIAG() 2637 xtInsert(tid, ipimap, 0, blkno, xlen, &xaddr, 0))) { in diNewIAG() 2643 dbFree(ipimap, xaddr, (s64) xlen); in diNewIAG() 2653 ipimap->i_blocks += LBLK2PBLK(sb, xlen); in diNewIAG() 2666 duplicateIXtree(sb, blkno, xlen, &xaddr); in diNewIAG() 3059 int xlen, s64 *xaddr) in duplicateIXtree() argument [all …]
|
/linux-2.4.37.9/include/asm-parisc/ |
D | grfioctl.h | 66 unsigned int xlen; /* x pitch size */ member
|
/linux-2.4.37.9/drivers/char/mwave/ |
D | mwavedd.c | 81 static int mwave_read_proc(char *buf, char **start, off_t offset, int xlen, int unused); 629 int xlen, int unused) in mwave_read_proc() argument
|
/linux-2.4.37.9/drivers/isdn/icn/ |
D | icn.h | 165 int xlen[ICN_BCH]; /* Byte-counters/Flags for sent-ACK */ member
|
D | icn.c | 64 card->xlen[channel] = 0; in icn_free_queue() 327 card->xlen[channel] = skb->len; in icn_pollbchan_send() 329 card->xlen[channel] = 0; in icn_pollbchan_send() 354 if (card->xlen[channel]) { in icn_pollbchan_send() 358 cmd.parm.length = card->xlen[channel]; in icn_pollbchan_send()
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | orinoco.c | 2721 u16 xlen = 0; in orinoco_ioctl_setiwencode() local 2755 xlen = LARGE_KEY_SIZE; in orinoco_ioctl_setiwencode() 2757 xlen = SMALL_KEY_SIZE; in orinoco_ioctl_setiwencode() 2759 xlen = 0; in orinoco_ioctl_setiwencode() 2762 if ((!enable) && (xlen > 0)) { in orinoco_ioctl_setiwencode() 2794 priv->keys[index].len = cpu_to_le16(xlen); in orinoco_ioctl_setiwencode() 2813 u16 xlen = 0; in orinoco_ioctl_getiwencode() local 2838 xlen = le16_to_cpu(priv->keys[index].len); in orinoco_ioctl_getiwencode() 2840 erq->length = xlen; in orinoco_ioctl_getiwencode() 2849 if (copy_to_user(erq->pointer, keybuf, xlen)) in orinoco_ioctl_getiwencode()
|
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_accel.c | 561 u_int32_t xlen; in matrox_cfbX_putcs() local 581 xlen = (charcell + 3) & ~3; in matrox_cfbX_putcs() 616 mga_memcpy_toio(mmio, 0, chardata, xlen); in matrox_cfbX_putcs()
|