Home
last modified time | relevance | path

Searched refs:len_lo (Results 1 – 7 of 7) sorted by relevance

/arch/metag/kernel/
Dsys_metag.c121 unsigned long len_lo, in sys_fadvise64_64_metag() argument
125 merge_64(len_hi, len_lo), advice); in sys_fadvise64_64_metag()
150 unsigned long len_lo, in sys_sync_file_range_metag() argument
155 merge_64(len_hi, len_lo), flags); in sys_sync_file_range_metag()
/arch/c6x/include/asm/
Dsyscalls.h38 u32 len_lo, u32 len_hi, int advice);
41 u32 len_lo, u32 len_hi);
/arch/tile/kernel/
Dsys.c68 u32 len_lo, u32 len_hi, int advice) in sys32_fadvise64_64() argument
71 ((loff_t)len_hi << 32) | len_lo, advice); in sys32_fadvise64_64()
Dcompat.c70 u32, len_lo, u32, len_hi) in COMPAT_SYSCALL_DEFINE6() argument
73 ((loff_t)len_hi << 32) | len_lo); in COMPAT_SYSCALL_DEFINE6()
/arch/tile/include/asm/
Dsyscalls.h39 u32 len_lo, u32 len_hi, int advice);
Dcompat.h288 u32 len_lo, u32 len_hi);
/arch/x86/ia32/
Dsys_ia32.c226 unsigned offset_hi, unsigned len_lo, in sys32_fallocate() argument
230 ((u64)len_hi << 32) | len_lo); in sys32_fallocate()