Searched defs:bufsiz (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | platform_device.h | 281 #define early_platform_init_buffer(class_string, platdrv, buf, bufsiz) \ argument 295 #define early_platform_init_buffer(class_string, platdrv, buf, bufsiz) \ argument
|
/linux-4.1.27/fs/ |
D | stat.c | 316 char __user *, buf, int, bufsiz) in SYSCALL_DEFINE4() argument 350 int, bufsiz) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/arch/alpha/kernel/ |
D | osf_sys.c | 300 unsigned long bufsiz) in linux_to_osf_statfs() 321 unsigned long bufsiz) in linux_to_osf_statfs64() 340 struct osf_statfs __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 386 struct osf_statfs __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 396 struct osf_statfs64 __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument 406 struct osf_statfs64 __user *, buffer, unsigned long, bufsiz) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/fs/overlayfs/ |
D | inode.c | 204 static int ovl_readlink(struct dentry *dentry, char __user *buf, int bufsiz) in ovl_readlink()
|
/linux-4.1.27/drivers/spi/ |
D | spidev.c | 92 static unsigned bufsiz = 4096; variable
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm-interface.c | 332 size_t bufsiz) in tpm_transmit()
|
/linux-4.1.27/kernel/locking/ |
D | lockdep_proc.c | 400 static void snprint_time(char *buf, size_t bufsiz, s64 nr) in snprint_time()
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 652 static char *ecryptfs_readlink_lower(struct dentry *dentry, size_t *bufsiz) in ecryptfs_readlink_lower()
|
/linux-4.1.27/drivers/input/ |
D | mousedev.c | 107 unsigned char ready, buffer, bufsiz; member
|