Searched refs:pos_from_hilo (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | read_write.c | 989 static inline loff_t pos_from_hilo(unsigned long high, unsigned long low) in pos_from_hilo() function 1056 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1065 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1076 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1085 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
/kernel/linux/linux-6.6/fs/ |
H A D | read_write.c | 988 static inline loff_t pos_from_hilo(unsigned long high, unsigned long low) in pos_from_hilo() function 1055 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1064 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1075 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1084 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
Completed in 6 milliseconds