Home
last modified time | relevance | path

Searched refs:pos_high (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/
H A Dread_write.c1229 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1231 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1249 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument
1252 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
1270 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1272 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1290 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument
1292 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
/linux-6.15/include/linux/
H A Dcompat.h622 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
625 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
789 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
792 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);