Searched refs:pos_low (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | read_write.c | 1110 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1112 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1130 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument 1133 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6() 1151 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument 1153 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5() 1171 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument 1173 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
|
/linux-6.3-rc2/include/linux/ |
A D | compat.h | 637 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 640 compat_ulong_t vlen, u32 pos_low, u32 pos_high); 854 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags); 857 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
|
Completed in 8 milliseconds