Searched refs:file (Results 401 - 425 of 3466) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ioc32.c2 * \file amdgpu_ioc32.c
37 long amdgpu_kms_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
H A Damdgpu_fdinfo.h40 void amdgpu_show_fdinfo(struct drm_printer *p, struct drm_file *file);
/linux-master/drivers/gpu/drm/i915/
H A Di915_ioc32.c47 static int compat_i915_getparam(struct file *file, unsigned int cmd, argument
59 return drm_ioctl_kernel(file, i915_getparam_ioctl, &req,
69 * @filp: the file pointer
76 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
/linux-master/tools/objtool/
H A Dweak.c23 int __weak orc_create(struct objtool_file *file) argument
/linux-master/tools/perf/util/
H A Dpath.h13 bool is_regular_file(const char *file);
/linux-master/tools/objtool/arch/powerpc/
H A Dspecial.c15 struct reloc *arch_find_switch_table(struct objtool_file *file, argument
/linux-master/include/linux/
H A Dnfs_ssc.h19 struct file *(*sco_open)(struct vfsmount *ss_mnt,
21 void (*sco_close)(struct file *filep);
43 static inline struct file *nfs42_ssc_open(struct vfsmount *ss_mnt,
51 static inline void nfs42_ssc_close(struct file *filep)
H A Dpsi.h27 enum psi_res res, struct file *file,
31 __poll_t psi_trigger_poll(void **trigger_ptr, struct file *file,
H A Deventfd.h30 struct file;
35 struct file *eventfd_fget(int fd);
37 struct eventfd_ctx *eventfd_ctx_fileget(struct file *file);
H A Dima.h19 extern int ima_file_hash(struct file *file, char *buf, size_t buf_size);
43 static inline int ima_file_hash(struct file *file, char *buf, size_t buf_size) argument
/linux-master/lib/kunit/
H A Dhooks-impl.h18 void __printf(3, 4) __kunit_fail_current_test_impl(const char *file,
/linux-master/sound/core/seq/
H A Dseq_clientmgr.h18 struct file *file; /* file struct of client */ member in struct:snd_seq_user_client
87 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
H A Dseq_memory.h72 struct file *file, struct mutex *mutexp);
100 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py18 print('This script must be run with root privileges', file=sys.stderr)
/linux-master/arch/riscv/kernel/
H A Dimage-vars.h12 #error This file should only be included in vmlinux.lds.S
/linux-master/fs/overlayfs/
H A DMakefile8 overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
/linux-master/arch/loongarch/kernel/
H A Delf.c15 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf,
/linux-master/io_uring/
H A Dtruncate.c5 #include <linux/file.h>
19 struct file *file; member in struct:io_ftrunc
44 ret = do_ftruncate(req->file, ft->len, 1);
/linux-master/kernel/bpf/
H A Dtoken.c4 #include <linux/file.h>
61 static int bpf_token_release(struct inode *inode, struct file *filp)
69 static void bpf_token_show_fdinfo(struct seq_file *m, struct file *filp)
118 struct file *file; local
125 if (!f.file)
128 path = f.file->f_path;
185 file = alloc_file_pseudo(inode, path.mnt, BPF_TOKEN_INODE_NAME, O_RDWR, &bpf_token_fops);
186 if (IS_ERR(file)) {
188 err = PTR_ERR(file);
[all...]
/linux-master/tools/objtool/arch/x86/
H A Dspecial.c67 * warnings for the entire object file. Ideally we would just ignore them
88 struct reloc *arch_find_switch_table(struct objtool_file *file, argument
96 text_reloc = find_reloc_by_dest_range(file->elf, insn->sec,
126 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset);
136 file->ignore_unreachables = true;
/linux-master/drivers/sbus/char/
H A Dflash.c34 flash_mmap(struct file *file, struct vm_area_struct *vma) argument
78 flash_llseek(struct file *file, long long offset, int origin) argument
83 file->f_pos = offset;
86 file->f_pos += offset;
87 if (file->f_pos > flash.read_size)
88 file->f_pos = flash.read_size;
91 file->f_pos = flash.read_size;
98 return file
102 flash_read(struct file * file, char __user * buf, size_t count, loff_t *ppos) argument
123 flash_open(struct inode *inode, struct file *file) argument
136 flash_release(struct inode *inode, struct file *file) argument
[all...]
/linux-master/scripts/mod/
H A DMakefile9 devicetable-offsets-file := devicetable-offsets.h
11 $(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE
14 targets += $(devicetable-offsets-file) devicetable-offsets.s
19 $(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file)
/linux-master/fs/bcachefs/
H A Dsuper_types.h7 struct file *s_bdev_file;
/linux-master/fs/
H A Dbinfmt_script.c14 #include <linux/file.h>
37 struct file *file; local
49 * file size was smaller than the buffer size).
91 * this file).
132 file = open_exec(i_name);
133 if (IS_ERR(file))
134 return PTR_ERR(file);
136 bprm->interpreter = file;
/linux-master/drivers/rtc/
H A Ddev.c23 static int rtc_dev_open(struct inode *inode, struct file *file) argument
31 file->private_data = rtc;
142 rtc_dev_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
144 struct rtc_device *rtc = file->private_data;
166 if (file->f_flags & O_NONBLOCK) {
191 static __poll_t rtc_dev_poll(struct file *file, poll_table *wait) argument
193 struct rtc_device *rtc = file
203 rtc_dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
472 rtc_dev_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
495 rtc_dev_fasync(int fd, struct file *file, int on) argument
502 rtc_dev_release(struct inode *inode, struct file *file) argument
[all...]

Completed in 325 milliseconds

<<11121314151617181920>>