Lines Matching refs:file

1 /* This is auto-generated file. See bpf_doc.py for details. */
40 struct file;
121 * to file *\/sys/kernel/tracing/trace* from TraceFS, if
132 * *README* file under the same directory). However, it usually
409 * kernel documentation, available from the Linux sources in file
569 * perf event file descriptors. The *map* is an array whose size
674 * one or for all CPUs) and to store the file descriptor into the
676 * into it. An example is available in file
1404 * counter is selected when *map* is updated with perf event file
1766 * of the executable or shared object file backing the vma
2548 * The whole value is copied, no matter what file position user
2571 * User space may write new value at file position > 0.
2594 * User space may write new value at file position > 0. To override
2595 * the whole sysctl value file position should be set to zero.
3809 * If the given file represents a socket, returns the associated
3813 * A pointer to a struct socket on success or NULL if the file is
3816 static struct socket *(*bpf_sock_from_file)(struct file *file) = (void *) 162;
3999 * The user space should either hold a file descriptor to a map with timers
4000 * or pin such map in bpffs. When map is unpinned or file descriptor is
4014 * The user space should either hold a file descriptor to a map with timers
4015 * or pin such map in bpffs. When map is unpinned or file descriptor is
4409 * Returns a calculated IMA hash of the *file*.
4418 static long (*bpf_ima_file_hash)(struct file *file, void *dst, __u32 size) = (void *) 193;