Searched refs:len_high (Results 1 – 2 of 2) sorted by relevance
119 u32 len_high, u32 len_low) in ppc_fadvise64_64() argument122 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64()
196 __u32 len_low, __u32 len_high, int advice) in sys32_fadvise64_64() argument200 (((u64)len_high)<<32) | len_low, in sys32_fadvise64_64()