Lines Matching refs:vlen

827 		  unsigned long vlen, loff_t *pos)  in vfs_readv()  argument
834 return do_readv_writev(READ, file, vec, vlen, pos); in vfs_readv()
840 unsigned long vlen, loff_t *pos) in vfs_writev() argument
847 return do_readv_writev(WRITE, file, vec, vlen, pos); in vfs_writev()
853 unsigned long, vlen) in SYSCALL_DEFINE3() argument
860 ret = vfs_readv(f.file, vec, vlen, &pos); in SYSCALL_DEFINE3()
873 unsigned long, vlen) in SYSCALL_DEFINE3() argument
880 ret = vfs_writev(f.file, vec, vlen, &pos); in SYSCALL_DEFINE3()
899 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
912 ret = vfs_readv(f.file, vec, vlen, &pos); in SYSCALL_DEFINE5()
923 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
936 ret = vfs_writev(f.file, vec, vlen, &pos); in SYSCALL_DEFINE5()
1002 unsigned long vlen, loff_t *pos) in compat_readv() argument
1013 ret = compat_do_readv_writev(READ, file, vec, vlen, pos); in compat_readv()
1024 compat_ulong_t, vlen) in COMPAT_SYSCALL_DEFINE3() argument
1033 ret = compat_readv(f.file, vec, vlen, &pos); in COMPAT_SYSCALL_DEFINE3()
1042 unsigned long vlen, loff_t pos) in __compat_sys_preadv64() argument
1054 ret = compat_readv(f.file, vec, vlen, &pos); in __compat_sys_preadv64()
1062 unsigned long, vlen, loff_t, pos) in COMPAT_SYSCALL_DEFINE4() argument
1064 return __compat_sys_preadv64(fd, vec, vlen, pos); in COMPAT_SYSCALL_DEFINE4()
1070 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1074 return __compat_sys_preadv64(fd, vec, vlen, pos); in COMPAT_SYSCALL_DEFINE5()
1079 unsigned long vlen, loff_t *pos) in compat_writev() argument
1090 ret = compat_do_readv_writev(WRITE, file, vec, vlen, pos); in compat_writev()
1101 compat_ulong_t, vlen) in COMPAT_SYSCALL_DEFINE3() argument
1110 ret = compat_writev(f.file, vec, vlen, &pos); in COMPAT_SYSCALL_DEFINE3()
1119 unsigned long vlen, loff_t pos) in __compat_sys_pwritev64() argument
1131 ret = compat_writev(f.file, vec, vlen, &pos); in __compat_sys_pwritev64()
1139 unsigned long, vlen, loff_t, pos) in COMPAT_SYSCALL_DEFINE4() argument
1141 return __compat_sys_pwritev64(fd, vec, vlen, pos); in COMPAT_SYSCALL_DEFINE4()
1147 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1151 return __compat_sys_pwritev64(fd, vec, vlen, pos); in COMPAT_SYSCALL_DEFINE5()