Home
last modified time | relevance | path

Searched refs:file (Results 3976 - 4000 of 14508) sorted by relevance

1...<<151152153154155156157158159160>>...581

/kernel/linux/linux-5.10/arch/arm/kernel/
H A Datags_proc.c13 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 Dsegment.c2 * 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 Dsyscalls.c2 #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 Dbug.h13 .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 Ddawr.c62 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 Dhugetlb.h2 * 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 Dhugetlb.h14 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 Dbug.h13 .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 Datags_proc.c13 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 Ddawr.c62 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 Dsyscalls.c2 #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 Duvc_queue.h11 struct file;
78 struct file *file, poll_table *wait);
/kernel/linux/linux-5.10/scripts/
H A DMakefile14 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 Daf_unix.h11 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 Ddata.h26 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 Dcentrino-decode.c32 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 Dstats.c82 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 Dvxfs_subr.c41 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 Dqspinlock_stat.h36 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 Dfile.h5 * 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 Ddir.c3 * 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 Dacapps.h34 /* 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 Ddir.c3 * 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 Dfile.h3 * 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 Dfb.h7 * 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

Completed in 11 milliseconds

1...<<151152153154155156157158159160>>...581