Searched refs:pos_l (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | read_write.c | 1138 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1140 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1146 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1149 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1158 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1160 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1166 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1169 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|