| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | file.c | 36 #include "file-item.h" 38 #include "file.h" 188 * that would be a good hint to the block allocator for this file. 313 * delete it, otherwise we would insert a new file extent item in btrfs_drop_extents() 314 * with the same key (offset) as that 0 bytes length file in btrfs_drop_extents() 1131 struct file *file = iocb->ki_filp; in btrfs_write_check() local 1132 struct inode *inode = file_inode(file); in btrfs_write_check() 1149 ret = file_remove_privs(file); in btrfs_write_check() 1178 struct file *fil in btrfs_buffered_write() local 1455 struct file *file = iocb->ki_filp; btrfs_direct_write() local 1630 struct file *file = iocb->ki_filp; btrfs_encoded_write() local 1661 struct file *file = iocb->ki_filp; btrfs_do_write_iter() local 1779 btrfs_sync_file(struct file *file, loff_t start, loff_t end, int datasync) btrfs_sync_file() argument 2586 btrfs_punch_hole(struct file *file, loff_t offset, loff_t len) btrfs_punch_hole() argument 3022 btrfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) btrfs_fallocate() argument 3454 find_desired_extent(struct file *file, loff_t offset, int whence) find_desired_extent() argument 3682 btrfs_file_llseek(struct file *file, loff_t offset, int whence) btrfs_file_llseek() argument [all...] |
| /kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/ |
| H A D | mxc-jpeg.c | 1520 static int mxc_jpeg_decoder_cmd(struct file *file, void *priv, in mxc_jpeg_decoder_cmd() argument 1523 struct v4l2_fh *fh = file->private_data; in mxc_jpeg_decoder_cmd() 1528 ret = v4l2_m2m_ioctl_try_decoder_cmd(file, fh, cmd); in mxc_jpeg_decoder_cmd() 1536 ret = v4l2_m2m_ioctl_decoder_cmd(file, priv, cmd); in mxc_jpeg_decoder_cmd() 1553 static int mxc_jpeg_encoder_cmd(struct file *file, void *priv, in mxc_jpeg_encoder_cmd() argument 1556 struct v4l2_fh *fh = file->private_data; in mxc_jpeg_encoder_cmd() 1561 ret = v4l2_m2m_ioctl_try_encoder_cmd(file, fh, cmd); in mxc_jpeg_encoder_cmd() 1570 ret = v4l2_m2m_ioctl_encoder_cmd(file, f in mxc_jpeg_encoder_cmd() 2082 mxc_jpeg_open(struct file *file) mxc_jpeg_open() argument 2142 mxc_jpeg_querycap(struct file *file, void *priv, struct v4l2_capability *cap) mxc_jpeg_querycap() argument 2153 mxc_jpeg_enum_fmt_vid_cap(struct file *file, void *priv, struct v4l2_fmtdesc *f) mxc_jpeg_enum_fmt_vid_cap() argument 2193 mxc_jpeg_enum_fmt_vid_out(struct file *file, void *priv, struct v4l2_fmtdesc *f) mxc_jpeg_enum_fmt_vid_out() argument 2334 mxc_jpeg_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f) mxc_jpeg_try_fmt_vid_cap() argument 2353 mxc_jpeg_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f) mxc_jpeg_try_fmt_vid_out() argument 2405 mxc_jpeg_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f) mxc_jpeg_s_fmt_vid_cap() argument 2411 mxc_jpeg_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f) mxc_jpeg_s_fmt_vid_out() argument 2447 mxc_jpeg_g_fmt_vid(struct file *file, void *priv, struct v4l2_format *f) mxc_jpeg_g_fmt_vid() argument 2486 mxc_jpeg_dec_g_selection(struct file *file, void *fh, struct v4l2_selection *s) mxc_jpeg_dec_g_selection() argument 2515 mxc_jpeg_enc_g_selection(struct file *file, void *fh, struct v4l2_selection *s) mxc_jpeg_enc_g_selection() argument 2543 mxc_jpeg_g_selection(struct file *file, void *fh, struct v4l2_selection *s) mxc_jpeg_g_selection() argument 2553 mxc_jpeg_s_selection(struct file *file, void *fh, struct v4l2_selection *s) mxc_jpeg_s_selection() argument 2632 mxc_jpeg_release(struct file *file) mxc_jpeg_release() argument [all...] |
| /kernel/linux/linux-5.10/fs/fuse/ |
| H A D | dev.c | 6 See the file COPYING. 18 #include <linux/file.h> 34 static struct fuse_dev *fuse_get_dev(struct file *file) in fuse_get_dev() argument 37 * Lockless access is OK, because file->private data is set in fuse_get_dev() 38 * once during mount and is valid until the file is released. in fuse_get_dev() 40 return READ_ONCE(file->private_data); in fuse_get_dev() 275 * occurred during communication with userspace, or the device file 1213 static ssize_t fuse_dev_do_read(struct fuse_dev *fud, struct file *file, in fuse_dev_do_read() argument 1351 fuse_dev_open(struct inode *inode, struct file *file) fuse_dev_open() argument 1365 struct file *file = iocb->ki_filp; fuse_dev_read() local 2068 fuse_dev_poll(struct file *file, poll_table *wait) fuse_dev_poll() argument 2208 fuse_dev_release(struct inode *inode, struct file *file) fuse_dev_release() argument 2237 fuse_dev_fasync(int fd, struct file *file, int on) fuse_dev_fasync() argument 2265 fuse_dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) fuse_dev_ioctl() argument [all...] |
| /kernel/linux/linux-6.6/kernel/ |
| H A D | fork.c | 36 #include <linux/file.h> 636 struct file *exe_file; in dup_mm_exe_file() 671 /* No ordering required: file already has been exposed. */ in dup_mmap() 690 struct file *file; in dup_mmap() local 733 file = tmp->vm_file; in dup_mmap() 734 if (file) { in dup_mmap() 735 struct address_space *mapping = file->f_mapping; in dup_mmap() 737 get_file(file); in dup_mmap() 1409 * set_mm_exe_file - change a reference to the mm's executable file 2002 pidfd_pid(const struct file *file) pidfd_pid() argument 2010 pidfd_release(struct inode *inode, struct file *file) pidfd_release() argument 2089 pidfd_poll(struct file *file, struct poll_table_struct *pts) pidfd_poll() argument [all...] |
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| H A D | hugetlb.h | 13 int prepare_hugepage_range(struct file *file,
|
| /kernel/linux/linux-5.10/arch/parisc/math-emu/ |
| H A D | hppa.h | 10 PA header file -- do not include this header file for non-PA builds.
|
| H A D | fpu.h | 15 * <<please update with a synopis of the functionality provided by this file>> 22 PA header file -- do not include this header file for non-PA builds.
|
| H A D | fpbits.h | 10 PA header file -- do not include this header file for non-PA builds.
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| H A D | hugetlb.h | 20 static inline int prepare_hugepage_range(struct file *file, in prepare_hugepage_range() argument
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| H A D | fb.h | 10 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, in fb_pgprotect() argument
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | cow_sys.h | 31 static inline int cow_file_size(char *file, unsigned long long *size_out) in cow_file_size() argument 33 return os_file_size(file, size_out); in cow_file_size()
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| H A D | hugetlb.h | 13 int prepare_hugepage_range(struct file *file,
|
| /kernel/linux/linux-6.6/arch/parisc/math-emu/ |
| H A D | fpbits.h | 10 PA header file -- do not include this header file for non-PA builds.
|
| H A D | hppa.h | 10 PA header file -- do not include this header file for non-PA builds.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| H A D | pkt_access.c | 7 const char *file = "./test_pkt_access.o"; in test_pkt_access() local 12 err = bpf_prog_load(file, BPF_PROG_TYPE_SCHED_CLS, &obj, &prog_fd); in test_pkt_access()
|
| H A D | xdp_perf.c | 6 const char *file = "./xdp_dummy.o"; in test_xdp_perf() local 12 err = bpf_prog_load(file, BPF_PROG_TYPE_XDP, &obj, &prog_fd); in test_xdp_perf()
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| H A D | hugetlb.h | 20 static inline int prepare_hugepage_range(struct file *file, in prepare_hugepage_range() argument
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | cow_sys.h | 31 static inline int cow_file_size(char *file, unsigned long long *size_out) in cow_file_size() argument 33 return os_file_size(file, size_out); in cow_file_size()
|
| /kernel/linux/linux-6.6/arch/sh/mm/ |
| H A D | asids-debugfs.c | 8 * Provides a debugfs file that lists out the ASIDs currently associated 15 * This file is subject to the terms and conditions of the GNU General Public 16 * License. See the file "COPYING" in the main directory of this archive 29 static int asids_debugfs_show(struct seq_file *file, void *iter) in asids_debugfs_show() argument 42 seq_printf(file, "%5d : %04lx\n", pid, in asids_debugfs_show()
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| H A D | leds.h | 26 ssize_t led_trigger_read(struct file *filp, struct kobject *kobj, 29 ssize_t led_trigger_write(struct file *filp, struct kobject *kobj,
|
| /kernel/linux/linux-5.10/drivers/target/ |
| H A D | target_core_file.h | 40 struct file *fd_file; 41 struct file *fd_prot_file;
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | sync_file.h | 24 * struct sync_file - sync file to export to the userspace 25 * @file: file representing this fence 26 * @sync_file_list: membership in global file list 36 struct file *file; member 40 * Name of the sync file provided by userspace, for merged fences.
|
| /kernel/linux/linux-5.10/tools/objtool/ |
| H A D | objtool.h | 29 int check(struct objtool_file *file); 31 int orc_create(struct objtool_file *file);
|
| /kernel/linux/linux-5.10/drivers/xen/ |
| H A D | pvcalls-front.h | 23 __poll_t pvcalls_front_poll(struct file *file,
|
| /kernel/linux/linux-5.10/fs/freevxfs/ |
| H A D | vxfs_immed.c | 41 static int vxfs_immed_readpage(struct file *, struct page *); 52 * @file: file context (unused) 57 * file that hosts @pp into the pagecache. 66 vxfs_immed_readpage(struct file *fp, struct page *pp) in vxfs_immed_readpage()
|