Searched refs:maxbytes (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibps2.h46 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dlibps2.c81 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout) argument
83 if (maxbytes > sizeof(ps2dev->cmdbuf)) {
85 maxbytes = sizeof(ps2dev->cmdbuf);
92 ps2dev->cmdcnt = maxbytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_unicode.c32 * @maxbytes - don't go past this many bytes of input string
37 * termination required. Don't walk past maxbytes in the source buffer.
40 cifs_ucs2_bytes(const __le16 *from, int maxbytes, argument
45 int maxwords = maxbytes / 2;
H A Dcifs_unicode.h79 int cifs_ucs2_bytes(const __le16 *from, int maxbytes,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dioctl.c155 u64 maxbytes = (u64) sb->s_maxbytes; local
162 if (start > maxbytes)
168 if (len > maxbytes || (maxbytes - len) < start)
169 *new_len = maxbytes - start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dproc.c340 unsigned maxbytes = (user->uid == 0) ? local
351 maxbytes);
H A Dkey.c253 unsigned maxbytes = (uid == 0) ? local
259 user->qnbytes + quotalen >= maxbytes ||
365 unsigned maxbytes = (key->user->uid == 0) ? local
371 (key->user->qnbytes + delta >= maxbytes ||
H A Dkeyctl.c747 unsigned maxbytes = (uid == 0) ? local
752 newowner->qnbytes + key->quotalen >= maxbytes ||

Completed in 329 milliseconds