Home
last modified time | relevance | path

Searched refs:loff_t (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/hiebpf/include/
H A Dfstrace_types.h45 loff_t pos;
52 loff_t pos;
73 loff_t pos;
81 loff_t pos;
H A Dfstrace_progs.h133 int BPF_KPROBE(ksys_pread64_entry, unsigned int fd, char __user* buf, size_t count, loff_t pos) in BPF_KPROBE()
173 int BPF_KPROBE(ksys_pwrite64_entry, unsigned int fd, const char __user* buf, size_t count, loff_t pos) in BPF_KPROBE()
295 unsigned long vlen, loff_t pos, rwf_t flags) in BPF_KPROBE()
335 static inline loff_t pos_from_hilo(unsigned long high, unsigned long low) in pos_from_hilo()
338 return (((loff_t)high << HALF_LONG_BITS) << HALF_LONG_BITS) | low; in pos_from_hilo()
342 unsigned long vlen, loff_t pos, rwf_t flags) in pwritev_entry()
384 loff_t pos = pos_from_hilo(pos_h, pos_l); in BPF_KPROBE()
399 loff_t pos = pos_from_hilo(pos_h, pos_l); in BPF_KPROBE()
417 loff_t pos = ((loff_t)pos_hig in BPF_KPROBE()
[all...]
H A Dvmlinux.h93 typedef __kernel_loff_t loff_t; typedef
333 loff_t (*llseek)(struct file *, loff_t, int);
334 ssize_t (*read)(struct file *, char *, size_t, loff_t *);
335 ssize_t (*write)(struct file *, const char *, size_t, loff_t *);
349 int (*fsync)(struct file *, loff_t, loff_t, int);
352 ssize_t (*sendpage)(struct file *, struct page *, int, size_t, loff_t *, int);
356 ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int);
357 ssize_t (*splice_read)(struct file *, loff_t *, struc
[all...]
/developtools/profiler/hiebpf/include/linux/
H A Dtypes-extra.h76 #ifndef loff_t
78 typedef __kernel_loff_t loff_t; typedef

Completed in 389 milliseconds