Searched refs:pos_low (Results 1 – 1 of 1) sorted by relevance
422 compat_ulong_t vlen, u32 pos_low, u32 pos_high) in BPF_KPROBE() argument424 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in BPF_KPROBE()437 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags) in BPF_KPROBE() argument439 loff_t pos = ((loff_t)pos_high << 32) | pos_low; in BPF_KPROBE()