Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/input/serio/
Dlibps2.c81 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout) in ps2_drain() argument
83 if (maxbytes > sizeof(ps2dev->cmdbuf)) { in ps2_drain()
85 maxbytes = sizeof(ps2dev->cmdbuf); in ps2_drain()
92 ps2dev->cmdcnt = maxbytes; in ps2_drain()
/linux-2.6.39/fs/ext4/
Dfile.c221 loff_t maxbytes; in ext4_llseek() local
224 maxbytes = EXT4_SB(inode->i_sb)->s_bitmap_maxbytes; in ext4_llseek()
226 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
241 if (offset < 0 || offset > maxbytes) { in ext4_llseek()
/linux-2.6.39/fs/
Dioctl.c154 u64 maxbytes = (u64) sb->s_maxbytes; in fiemap_check_ranges() local
161 if (start > maxbytes) in fiemap_check_ranges()
167 if (len > maxbytes || (maxbytes - len) < start) in fiemap_check_ranges()
168 *new_len = maxbytes - start; in fiemap_check_ranges()
/linux-2.6.39/fs/cifs/
Dcifs_unicode.c40 cifs_ucs2_bytes(const __le16 *from, int maxbytes, in cifs_ucs2_bytes() argument
45 int maxwords = maxbytes / 2; in cifs_ucs2_bytes()
Dcifs_unicode.h79 int cifs_ucs2_bytes(const __le16 *from, int maxbytes,
/linux-2.6.39/include/linux/
Dlibps2.h46 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout);
/linux-2.6.39/security/keys/
Dproc.c338 unsigned maxbytes = (user->uid == 0) ? in proc_key_users_show() local
349 maxbytes); in proc_key_users_show()
Dkey.c273 unsigned maxbytes = (uid == 0) ? in key_alloc() local
279 user->qnbytes + quotalen >= maxbytes || in key_alloc()
390 unsigned maxbytes = (key->user->uid == 0) ? in key_payload_reserve() local
396 (key->user->qnbytes + delta >= maxbytes || in key_payload_reserve()
Dkeyctl.c764 unsigned maxbytes = (uid == 0) ? in keyctl_chown_key() local
769 newowner->qnbytes + key->quotalen >= maxbytes || in keyctl_chown_key()
/linux-2.6.39/Documentation/
Dkeys.txt347 /proc/sys/kernel/keys/maxbytes