Searched refs:maxbytes (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_labpc_isadma.c | 36 unsigned int maxbytes) in labpc_suggest_transfer_size() argument 53 if (size > maxbytes) in labpc_suggest_transfer_size() 54 size = maxbytes; in labpc_suggest_transfer_size()
|
D | das1800.c | 904 unsigned int maxbytes, in das1800_ai_transfer_size() argument 908 unsigned int max_samples = comedi_bytes_to_samples(s, maxbytes); in das1800_ai_transfer_size()
|
/linux-4.4.14/drivers/input/serio/ |
D | libps2.c | 80 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout) in ps2_drain() argument 82 if (maxbytes > sizeof(ps2dev->cmdbuf)) { in ps2_drain() 84 maxbytes = sizeof(ps2dev->cmdbuf); in ps2_drain() 91 ps2dev->cmdcnt = maxbytes; in ps2_drain()
|
/linux-4.4.14/fs/ |
D | ioctl.c | 154 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-4.4.14/fs/ext4/ |
D | file.c | 722 loff_t maxbytes; in ext4_llseek() local 725 maxbytes = EXT4_SB(inode->i_sb)->s_bitmap_maxbytes; in ext4_llseek() 727 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek() 734 maxbytes, i_size_read(inode)); in ext4_llseek() 736 return ext4_seek_data(file, offset, maxbytes); in ext4_llseek() 738 return ext4_seek_hole(file, offset, maxbytes); in ext4_llseek()
|
/linux-4.4.14/include/linux/ |
D | libps2.h | 46 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout);
|
/linux-4.4.14/security/keys/ |
D | proc.c | 338 unsigned maxbytes = uid_eq(user->uid, GLOBAL_ROOT_UID) ? in proc_key_users_show() local 349 maxbytes); in proc_key_users_show()
|
D | key.c | 258 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in key_alloc() local 264 user->qnbytes + quotalen >= maxbytes || in key_alloc() 371 unsigned maxbytes = uid_eq(key->user->uid, GLOBAL_ROOT_UID) ? in key_payload_reserve() local 377 (key->user->qnbytes + delta >= maxbytes || in key_payload_reserve()
|
D | keyctl.c | 843 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in keyctl_chown_key() local 848 newowner->qnbytes + key->quotalen >= maxbytes || in keyctl_chown_key()
|
/linux-4.4.14/fs/cifs/ |
D | cifs_unicode.c | 309 cifs_utf16_bytes(const __le16 *from, int maxbytes, in cifs_utf16_bytes() argument 314 int maxwords = maxbytes / 2; in cifs_utf16_bytes()
|
D | cifs_unicode.h | 107 int cifs_utf16_bytes(const __le16 *from, int maxbytes,
|
/linux-4.4.14/fs/f2fs/ |
D | file.c | 328 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_seek_block() local 391 return vfs_setpos(file, data_ofs, maxbytes); in f2fs_seek_block() 400 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_llseek() local 407 maxbytes, i_size_read(inode)); in f2fs_llseek()
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 357 /proc/sys/kernel/keys/maxbytes
|