| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | atags_proc.c | 13 static ssize_t atags_read(struct file *file, char __user *buf, in atags_read() argument 16 struct buffer *b = PDE_DATA(file_inode(file)); in atags_read()
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| H A D | segment.c | 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 84 static int segments_open(struct inode *inode, struct file *file) in segments_open() argument 86 return single_open(file, show_segments, NULL); in segments_open()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
| H A D | syscalls.c | 2 #include <linux/file.h> 34 static long do_spu_run(struct file *filp, in do_spu_run() 46 /* check if this file was created by spu_create */ in do_spu_run() 64 umode_t mode, struct file *neighbor) in do_spu_create()
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| H A D | bug.h | 13 .macro EMIT_BUG_ENTRY addr,file,line,flags variable 20 5002: .asciz "\file" 24 .macro EMIT_BUG_ENTRY addr,file,line,flags 102 .macro EMIT_BUG_ENTRY addr,file,line,flags
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | dawr.c | 62 static ssize_t dawr_write_file_bool(struct file *file, in dawr_write_file_bool() argument 75 rc = debugfs_write_file_bool(file, user_buf, count, ppos); in dawr_write_file_bool() 96 /* Don't setup sysfs file for user control on P8 */ in dawr_force_setup()
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| H A D | hugetlb.h | 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 15 static inline int prepare_hugepage_range(struct file *file, in prepare_hugepage_range() argument 20 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
|
| /kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
| H A D | hugetlb.h | 14 static inline int prepare_hugepage_range(struct file *file, in prepare_hugepage_range() argument 19 struct hstate *h = hstate_file(file); in prepare_hugepage_range()
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| H A D | bug.h | 13 .macro EMIT_BUG_ENTRY addr,file,line,flags variable 21 5002: .asciz "\file" 25 .macro EMIT_BUG_ENTRY addr,file,line,flags 107 .macro EMIT_BUG_ENTRY addr,file,line,flags
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| H A D | atags_proc.c | 13 static ssize_t atags_read(struct file *file, char __user *buf, in atags_read() argument 16 struct buffer *b = pde_data(file_inode(file)); in atags_read()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| H A D | dawr.c | 62 static ssize_t dawr_write_file_bool(struct file *file, in dawr_write_file_bool() argument 75 rc = debugfs_write_file_bool(file, user_buf, count, ppos); in dawr_write_file_bool() 96 /* Don't setup sysfs file for user control on P8 */ in dawr_force_setup()
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
| H A D | syscalls.c | 2 #include <linux/file.h> 34 static long do_spu_run(struct file *filp, in do_spu_run() 46 /* check if this file was created by spu_create */ in do_spu_run() 64 umode_t mode, struct file *neighbor) in do_spu_create()
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
| H A D | uvc_queue.h | 11 struct file; 78 struct file *file, poll_table *wait);
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | Makefile | 14 hostprogs-always-$(CONFIG_MODULE_SIG_FORMAT) += sign-file 21 HOSTCFLAGS_sign-file.o = $(CRYPTO_CFLAGS) 22 HOSTLDLIBS_sign-file = $(CRYPTO_LIBS)
|
| /kernel/linux/linux-5.10/include/net/ |
| H A D | af_unix.h | 11 void unix_inflight(struct user_struct *user, struct file *fp); 12 void unix_notinflight(struct user_struct *user, struct file *fp); 16 struct sock *unix_get_socket(struct file *filp);
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | data.h | 26 struct perf_data_file file; member 66 return data->file.fd; in perf_data__fd() 73 ssize_t perf_data_file__write(struct perf_data_file *file,
|
| /kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/ |
| H A D | centrino-decode.c | 32 char file[20]; in rdmsr() local 41 sprintf(file, "/dev/cpu/%d/msr", cpu); in rdmsr() 42 fd = open(file, O_RDONLY); in rdmsr()
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| H A D | stats.c | 82 static int nfsd_proc_open(struct inode *inode, struct file *file) in nfsd_proc_open() argument 84 return single_open(file, nfsd_proc_show, NULL); in nfsd_proc_open()
|
| /kernel/linux/linux-5.10/fs/freevxfs/ |
| H A D | vxfs_subr.c | 41 static int vxfs_readpage(struct file *, struct page *); 145 * @file: file context (unused) 159 vxfs_readpage(struct file *file, struct page *page) in vxfs_readpage() argument
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| H A D | qspinlock_stat.h | 36 ssize_t lockevent_read(struct file *file, char __user *user_buf, in lockevent_read() argument 44 * Get the counter ID stored in file->f_inode->i_private in lockevent_read() 46 id = (long)file_inode(file)->i_private; in lockevent_read()
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| H A D | file.h | 5 * file.h 25 struct file *fp_file; 64 int ocfs2_change_file_space(struct file *file, unsigned int cmd,
|
| /kernel/linux/linux-5.10/fs/qnx4/ |
| H A D | dir.c | 3 * QNX4 file system, Linux implementation. 55 static int qnx4_readdir(struct file *file, struct dir_context *ctx) in qnx4_readdir() argument 57 struct inode *inode = file_inode(file); in qnx4_readdir()
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | acapps.h | 34 /* Macros for signons and file headers */ 88 u8 ac_is_file_binary(FILE * file); 90 acpi_status ac_validate_table_header(FILE * file, long table_offset); 110 * cmfsize - Common get file size function 112 u32 cm_get_file_size(ACPI_FILE file);
|
| /kernel/linux/linux-6.6/fs/qnx4/ |
| H A D | dir.c | 3 * QNX4 file system, Linux implementation. 55 static int qnx4_readdir(struct file *file, struct dir_context *ctx) in qnx4_readdir() argument 57 struct inode *inode = file_inode(file); in qnx4_readdir()
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | file.h | 3 * file.h 23 struct file *fp_file; 65 int ocfs2_change_file_space(struct file *file, unsigned int cmd,
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| H A D | fb.h | 7 * Only include this header file from your architecture's <asm/fb.h>. 15 struct file; 19 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() argument
|