| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | fds_example.c | 77 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map() argument 112 static int bpf_do_prog(const char *file, uint32_t flags, const char *object) in bpf_do_prog() argument 143 const char *file = NULL, *object = NULL; in main() local [all...] |
| /kernel/linux/linux-6.6/sound/usb/usx2y/ |
| H A D | usX2Yhwdep.c | 69 static __poll_t snd_us428ctls_poll(struct snd_hwdep *hw, struct file *file, poll_table *wait) in snd_us428ctls_poll() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| H A D | gup_test.c | 94 char *file = "/dev/zero"; in main() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_id.c | 10 const char *file = "./test_obj_id.bpf.o"; in serial_test_bpf_obj_id() local
|
| H A D | get_stack_raw_tp.c | 87 const char *file = "./test_get_stack_rawtp.bpf.o"; in test_get_stack_raw_tp() local
|
| H A D | xdp_attach.c | 8 static void test_xdp_attach(const char *file) in test_xdp_attach() argument 104 static void test_xdp_attach_fail(const char *file) in test_xdp_attach_fail() argument
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | data.h | 31 struct perf_data_file file; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 130 FILE *file; in kmod_selftests() local
|
| /kernel/linux/linux-6.6/security/keys/ |
| H A D | big_key.c | 60 struct file *file; in big_key_preparse() local 237 struct file *file; big_key_read() local [all...] |
| /kernel/linux/linux-6.6/security/safesetid/ |
| H A D | securityfs.c | 31 static int parse_policy_line(struct file *file, char *buf, in parse_policy_line() argument 139 static ssize_t handle_policy_update(struct file *file, in handle_policy_update() argument 235 static ssize_t safesetid_uid_file_write(struct file *fil argument 249 safesetid_gid_file_write(struct file *file, const char __user *buf, size_t len, loff_t *ppos) safesetid_gid_file_write() argument 263 safesetid_file_read(struct file *file, char __user *buf, size_t len, loff_t *ppos, struct mutex *policy_update_lock, struct __rcu setid_ruleset* ruleset) safesetid_file_read() argument 282 safesetid_uid_file_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) safesetid_uid_file_read() argument 289 safesetid_gid_file_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) safesetid_gid_file_read() argument [all...] |
| /kernel/linux/linux-6.6/security/tomoyo/ |
| H A D | securityfs_if.c | 41 static ssize_t tomoyo_write_self(struct file *file, const char __user *buf, in tomoyo_write_self() argument 100 static ssize_t tomoyo_read_self(struct file *file, char __user *buf, in tomoyo_read_self() argument 132 tomoyo_open(struct inode *inode, struct file *file) tomoyo_open() argument 146 tomoyo_release(struct inode *inode, struct file *file) tomoyo_release() argument 161 tomoyo_poll(struct file *file, poll_table *wait) tomoyo_poll() argument 176 tomoyo_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) tomoyo_read() argument 192 tomoyo_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) tomoyo_write() argument [all...] |
| /kernel/linux/linux-6.6/sound/core/ |
| H A D | misc.c | 189 int snd_fasync_helper(int fd, struct file *file, int on, in snd_fasync_helper() argument
|
| H A D | rawmidi_compat.c | 103 static long snd_rawmidi_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) in snd_rawmidi_ioctl_compat() argument
|
| H A D | sound.c | 144 static int snd_open(struct inode *inode, struct file *file) in snd_open() argument [all...] |
| H A D | timer_compat.c | 34 static int snd_timer_user_gparams_compat(struct file *file, in snd_timer_user_gparams_compat() argument 47 static int snd_timer_user_info_compat(struct file *file, in snd_timer_user_info_compat() argument 79 static long __snd_timer_user_ioctl_compat(struct file *file, unsigned int cmd, in __snd_timer_user_ioctl_compat() argument 114 snd_timer_user_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) snd_timer_user_ioctl_compat() argument [all...] |
| /kernel/linux/linux-6.6/sound/core/seq/oss/ |
| H A D | seq_oss.c | 118 odev_open(struct inode *inode, struct file *file) odev_open() argument 135 odev_release(struct inode *inode, struct file *file) odev_release() argument 151 odev_read(struct file *file, char __user *buf, size_t count, loff_t *offset) odev_read() argument 162 odev_write(struct file *file, const char __user *buf, size_t count, loff_t *offset) odev_write() argument 172 odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) odev_ioctl() argument 191 odev_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) odev_ioctl_compat() argument 201 odev_poll(struct file *file, poll_table * wait) odev_poll() argument [all...] |
| H A D | seq_oss_readq.c | 206 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll() argument
|
| /kernel/linux/linux-6.6/sound/core/seq/ |
| H A D | seq_clientmgr.h | 18 struct file *file; /* file struct of client */ member
|
| H A D | seq_compat.c | 74 static long snd_seq_ioctl_compat(struct file *file, unsigned int cmd, unsigned long arg) in snd_seq_ioctl_compat() argument
|
| /kernel/linux/linux-6.6/security/apparmor/include/ |
| H A D | file.h | 32 static inline struct aa_file_ctx *file_ctx(struct file *file) in file_ctx() argument 144 aa_map_file_to_perms(struct file *file) aa_map_file_to_perms() argument [all...] |
| /kernel/linux/linux-6.6/security/integrity/evm/ |
| H A D | evm_secfs.c | 66 static ssize_t evm_write_key(struct file *file, const char __user *buf, in evm_write_key() argument 180 evm_write_xattrs(struct file *file, const char __user *buf, size_t count, loff_t *ppos) evm_write_xattrs() argument [all...] |
| /kernel/linux/linux-6.6/security/integrity/ |
| H A D | iint.c | 218 int integrity_kernel_read(struct file *file, loff_t offset, in integrity_kernel_read() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_tcpnotify_user.c | 72 const char *file = "test_tcpnotify_kern.bpf.o"; in main() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/watchdog/ |
| H A D | watchdog-test.c | 178 char *file = "/dev/watchdog"; in main() local
|
| /kernel/linux/linux-6.6/virt/kvm/ |
| H A D | vfio.c | 26 struct file *file; member 38 static void kvm_vfio_file_set_kvm(struct file *file, struct kvm *kvm) in kvm_vfio_file_set_kvm() argument 51 static bool kvm_vfio_file_enforced_coherent(struct file *file) in kvm_vfio_file_enforced_coherent() argument 67 kvm_vfio_file_is_valid(struct file *file) kvm_vfio_file_is_valid() argument 84 kvm_vfio_file_iommu_group(struct file *file) kvm_vfio_file_iommu_group() argument [all...] |