Home
last modified time | relevance | path

Searched refs:xoff (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_xtree.c114 s64 xoff, int *cmpp, struct btstack * btstack, int flag);
161 s64 size, xoff, xend; in xtLookup() local
207 xoff = offsetXAD(xad); in xtLookup()
209 xend = xoff + xlen; in xtLookup()
214 *paddr = xaddr + (lstart - xoff); in xtLookup()
499 static int xtSearch(struct inode *ip, s64 xoff, /* offset of extent */ in xtSearch() argument
555 if (xoff < t64 + lengthXAD(xad)) { in xtSearch()
556 if (xoff >= t64) { in xtSearch()
571 if (xoff < t64 + lengthXAD(xad)) { in xtSearch()
572 if (xoff >= t64) { in xtSearch()
[all …]
Djfs_extent.c93 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
108 xoff = pno << sbi->l2nbperpage; in extAlloc()
123 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
155 rc = xtExtend(0, ip, xoff, (int) nxlen, 0); in extAlloc()
157 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
174 XADoffset(xp, xoff); in extAlloc()
217 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
235 xoff = offsetXAD(xp); in extRealloc()
291 if ((rc = xtExtend(0, ip, xoff + xlen, (int) nextend, 0))) { in extRealloc()
301 if ((rc = xtTailgate(0, ip, xoff, (int) ntail, nxaddr, 0))) { in extRealloc()
[all …]
Djfs_xtree.h117 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,
132 struct inode *ip, int xflag, s64 xoff, int maxblocks,
Dresize.c76 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; in jfs_extendfs() local
381 xoff = newPage << sbi->l2nbperpage; in jfs_extendfs()
388 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) { in jfs_extendfs()
/linux-2.4.37.9/drivers/video/aty/
Dmach64_cursor.c118 u16 xoff, yoff; in aty_set_cursor() local
133 xoff = -x; in aty_set_cursor()
136 xoff = 0; in aty_set_cursor()
154 ((u32)(64 - c->size.y + yoff) << 16) | xoff, fb); in aty_set_cursor()
/linux-2.4.37.9/include/asm-sparc64/
Dsab82532.h21 u8 xoff; /* XOFF Character */ member
52 u8 xoff; member
88 u8 xoff; member
/linux-2.4.37.9/net/atm/
Dclip.c85 clip_vcc->xoff = 0; /* @@@ may overrun buffer by one packet */ in link_vcc()
109 if (clip_vcc->xoff) in unlink_clip_vcc()
247 old = xchg(&clip_vcc->xoff,0); in clip_pop()
428 old = xchg(&entry->vccs->xoff,1); /* assume XOFF ... */ in clip_start_xmit()
437 entry->vccs->xoff = 0; in clip_start_xmit()
443 if (!entry->vccs->xoff) in clip_start_xmit()
473 clip_vcc->xoff = 0; in clip_mkip()
/linux-2.4.37.9/include/net/
Datmclip.h26 int xoff; /* 1 if send buffer is full */ member
/linux-2.4.37.9/drivers/usb/serial/
Dwhiteheat.h60 __u8 xoff; /* XOFF byte value, default 0x13 */ member
Dwhiteheat.c454 port_settings.xoff = STOP_CHAR(port->tty); in whiteheat_set_termios()
455 dbg("%s - XON = %2x, XOFF = %2x", __FUNCTION__, port_settings.xon, port_settings.xoff); in whiteheat_set_termios()
/linux-2.4.37.9/drivers/net/wan/8253x/
D8253x.h87 volatile unsigned char xoff; /* XOFF Character */ member
119 unsigned char xoff; member
156 volatile unsigned char xoff; member
/linux-2.4.37.9/arch/cris/drivers/
Dserial.c1929 unsigned long xoff; in rs_stop() local
1936 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, STOP_CHAR(info->tty)); in rs_stop()
1937 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, stop); in rs_stop()
1939 xoff |= IO_STATE(R_SERIAL0_XOFF, auto_xoff, enable); in rs_stop()
1942 *((unsigned long *)&info->port[REG_XOFF]) = xoff; in rs_stop()
1953 unsigned long xoff; in rs_start() local
1959 xoff = IO_FIELD(R_SERIAL0_XOFF, xoff_char, STOP_CHAR(tty)); in rs_start()
1960 xoff |= IO_STATE(R_SERIAL0_XOFF, tx_stop, enable); in rs_start()
1962 xoff |= IO_STATE(R_SERIAL0_XOFF, auto_xoff, enable); in rs_start()
1965 *((unsigned long *)&info->port[REG_XOFF]) = xoff; in rs_start()
[all …]
/linux-2.4.37.9/net/core/
Ddev.c1192 unsigned long xoff; in netdev_wakeup() local
1195 xoff = netdev_fc_xoff; in netdev_wakeup()
1197 while (xoff) { in netdev_wakeup()
1198 int i = ffz(~xoff); in netdev_wakeup()
1199 xoff &= ~(1<<i); in netdev_wakeup()