Searched refs:pos_l (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | read_write.c | 1020 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1022 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1028 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1031 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1040 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1042 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1048 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1051 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|