Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsyscalls.c119 u32 len_high, u32 len_low) in ppc_fadvise64_64() argument
122 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64()
/arch/x86/ia32/
Dsys_ia32.c196 __u32 len_low, __u32 len_high, int advice) in sys32_fadvise64_64() argument
200 (((u64)len_high)<<32) | len_low, in sys32_fadvise64_64()