Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dread_write.c1109 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1111 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1129 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument
1132 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
1150 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1152 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1170 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument
1172 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
/linux-6.6.21/include/linux/
Dcompat.h623 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
626 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
790 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
793 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);