#include <uapi/linux/fs.h>
Go to the source code of this file.
|
int | bpf_func__null_lseek (void *ctx, int err, unsigned long _f_mode, unsigned long offset, unsigned long orig) |
|
char _license [] | SEC ("license") |
|
int _version | SEC ("version") |
|
◆ FMODE_READ
◆ FMODE_WRITE
◆ SEC
◆ bpf_func__null_lseek()
int bpf_func__null_lseek |
( |
void * |
ctx, |
|
|
int |
err, |
|
|
unsigned long |
_f_mode, |
|
|
unsigned long |
offset, |
|
|
unsigned long |
orig |
|
) |
| |
◆ SEC() [1/2]
char _license [] SEC |
( |
"license" |
| ) |
|
◆ SEC() [2/2]
int _version SEC |
( |
"version" |
| ) |
|
◆ bpf_trace_printk
void(* bpf_trace_printk) (const char *fmt, int fmt_size,...) |
|
static |