Lines Matching refs:loff_t
133 int BPF_KPROBE(ksys_pread64_entry, unsigned int fd, char __user* buf, size_t count, loff_t pos)
173 int BPF_KPROBE(ksys_pwrite64_entry, unsigned int fd, const char __user* buf, size_t count, loff_t pos)
295 unsigned long vlen, loff_t pos, rwf_t flags)
335 static inline loff_t pos_from_hilo(unsigned long high, unsigned long low)
338 return (((loff_t)high << HALF_LONG_BITS) << HALF_LONG_BITS) | low;
342 unsigned long vlen, loff_t pos, rwf_t flags)
384 loff_t pos = pos_from_hilo(pos_h, pos_l);
399 loff_t pos = pos_from_hilo(pos_h, pos_l);
417 loff_t pos = ((loff_t)pos_high << 32) | pos_low;
432 loff_t pos = ((loff_t)pos_high << 32) | pos_low;