Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dsyscalls.h28 size_t count, off_t pos_low, off_t pos_high);
30 size_t count, off_t pos_low, off_t pos_high);
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c1115 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1117 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1135 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, in COMPAT_SYSCALL_DEFINE6() argument
1138 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
1156 compat_ulong_t, vlen, u32, pos_low, u32, pos_high) in COMPAT_SYSCALL_DEFINE5() argument
1158 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE5()
1176 compat_ulong_t, vlen, u32, pos_low, u32, pos_high, rwf_t, flags) in COMPAT_SYSCALL_DEFINE6() argument
1178 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in COMPAT_SYSCALL_DEFINE6()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h545 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
548 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
782 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
785 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);