Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dcompat.c61 u32, nbytes_lo, u32, nbytes_hi) in COMPAT_SYSCALL_DEFINE6() argument
64 ((loff_t)nbytes_hi << 32) | nbytes_lo, in COMPAT_SYSCALL_DEFINE6()
/arch/powerpc/kernel/
Dsys_ppc32.c122 unsigned nbytes_hi, unsigned nbytes_lo) in compat_sys_sync_file_range2() argument
125 loff_t nbytes = ((loff_t)nbytes_hi << 32) | nbytes_lo; in compat_sys_sync_file_range2()
/arch/tile/include/asm/
Dcompat.h287 u32 nbytes_lo, u32 nbytes_hi);