Searched refs:pos_low (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/fs/ |
D | read_write.c | 1117 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1119 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1137 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument 1140 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6() 1158 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1160 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1178 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument 1180 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
|
/linux-5.19.10/include/linux/ |
D | compat.h | 639 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 642 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 856 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags); 859 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
|