Searched defs:maxbytes (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/security/keys/ |
D | key.c | 260 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in key_alloc() local 381 unsigned maxbytes = uid_eq(key->user->uid, GLOBAL_ROOT_UID) ? in key_payload_reserve() local
|
D | proc.c | 309 unsigned maxbytes = uid_eq(user->uid, GLOBAL_ROOT_UID) ? in proc_key_users_show() local
|
D | keyctl.c | 1005 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in keyctl_chown_key() local
|
/Linux-v5.15/drivers/comedi/drivers/ |
D | ni_labpc_isadma.c | 27 unsigned int maxbytes) in labpc_suggest_transfer_size()
|
D | das1800.c | 747 unsigned int maxbytes, in das1800_ai_transfer_size()
|
/Linux-v5.15/fs/ksmbd/ |
D | unicode.c | 29 static int smb_utf16_bytes(const __le16 *from, int maxbytes, in smb_utf16_bytes()
|
D | vfs.c | 1030 loff_t maxbytes = (u64)inode->i_sb->s_maxbytes, end; in ksmbd_vfs_fqar_lseek() local
|
/Linux-v5.15/drivers/input/serio/ |
D | libps2.c | 122 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain()
|
/Linux-v5.15/fs/cifs/ |
D | cifs_unicode.c | 305 cifs_utf16_bytes(const __le16 *from, int maxbytes, in cifs_utf16_bytes()
|
/Linux-v5.15/fs/ext4/ |
D | file.c | 884 loff_t maxbytes; in ext4_llseek() local
|
D | extents.c | 4885 u64 maxbytes; in ext4_fiemap_check_ranges() local
|
/Linux-v5.15/fs/ |
D | ioctl.c | 170 u64 maxbytes = inode->i_sb->s_maxbytes; in fiemap_prep() local
|
/Linux-v5.15/fs/f2fs/ |
D | file.c | 416 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_seek_block() local 498 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_llseek() local
|
D | data.c | 1884 loff_t maxbytes; in f2fs_fiemap() local
|
/Linux-v5.15/fs/ntfs3/ |
D | ntfs_fs.h | 219 u64 maxbytes; // Maximum size for normal files. member
|