| /kernel/linux/linux-5.10/kernel/ |
| H A D | kheaders.c | 16 * compressed kernel headers are stored. The file is first compressed with xz. 33 ikheaders_read(struct file *file, struct kobject *kobj, in ikheaders_read() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
| H A D | lima_drv.h | 43 to_lima_drm_priv(struct drm_file *file) in to_lima_drm_priv() argument 45 return file->driver_priv; in to_lima_drm_priv()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front_gem.h | 17 struct file; 35 int xen_drm_front_gem_mmap(struct file *filp, struct vm_area_struct *vma);
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | coredump.h | 15 struct file *file; member 19 * These are the only things you should do on a core-file: use only these
|
| /kernel/linux/linux-6.6/drivers/xen/ |
| H A D | pvcalls-front.h | 23 __poll_t pvcalls_front_poll(struct file *file,
|
| /kernel/linux/linux-6.6/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-6.6/drivers/vfio/pci/pds/ |
| H A D | lm.h | 16 struct file *filep; 17 struct mutex lock; /* protect live migration data file */ 21 struct page **pages; /* Backing pages for file */ 34 struct file *
|
| /kernel/linux/linux-6.6/drivers/target/ |
| H A D | target_core_file.h | 40 struct file *fd_file; 41 struct file *fd_prot_file;
|
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | cancel.h | 9 struct file *file; member
|
| H A D | poll.h | 12 struct file *file; member
|
| /kernel/linux/linux-6.6/kernel/locking/ |
| H A D | lock_events.h | 61 ssize_t lockevent_read(struct file *file, char __user *user_buf,
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | kheaders.c | 16 * compressed kernel headers are stored. The file is first compressed with xz. 33 ikheaders_read(struct file *file, struct kobject *kobj, in ikheaders_read() argument
|
| /kernel/linux/linux-6.6/arch/x86/video/ |
| H A D | fbdev.c | 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file COPYING in the main directory of this archive 16 void fb_pgprotect(struct file *file, struct vm_area_struct *vma, unsigned long off) in fb_pgprotect() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_mman.h | 16 struct file; 21 int i915_gem_mmap(struct file *filp, struct vm_area_struct *vma);
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
| H A D | lsdc_gem.h | 17 int lsdc_dumb_map_offset(struct drm_file *file, 22 int lsdc_dumb_create(struct drm_file *file,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
| H A D | lima_drv.h | 43 to_lima_drm_priv(struct drm_file *file) in to_lima_drm_priv() argument 45 return file->driver_priv; in to_lima_drm_priv()
|
| /kernel/linux/linux-6.6/drivers/leds/ |
| H A D | leds.h | 24 ssize_t led_trigger_read(struct file *filp, struct kobject *kobj, 27 ssize_t led_trigger_write(struct file *filp, struct kobject *kobj,
|
| /kernel/linux/linux-6.6/tools/rcu/ |
| H A D | extract-stall.sh | 5 echo Extract any RCU CPU stall warnings present in specified file. 9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ] 20 usage "Console log file \"$1\" missing or unreadable."
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | cgroup_helpers.h | 14 int write_cgroup_file(const char *relative_path, const char *file, 16 int write_cgroup_file_parent(const char *relative_path, const char *file,
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | pkt_access.c | 7 const char *file = "./test_pkt_access.bpf.o"; in test_pkt_access() local 16 err = bpf_prog_test_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.bpf.o"; in test_xdp_perf() local 18 err = bpf_prog_test_load(file, BPF_PROG_TYPE_XDP, &obj, &prog_fd); in test_xdp_perf()
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| H A D | inode.c | 588 * @file: If non-NULL, the file which is being opened 598 struct file *file, in gfs2_create_inode() 644 if (file) { in gfs2_create_inode() 646 error = finish_open(file, dentry, gfs2_open_common); in gfs2_create_inode() 648 error = finish_no_open(file, NULL); in gfs2_create_inode() 789 if (file) { in gfs2_create_inode() 790 file->f_mode |= FMODE_CREATED; in gfs2_create_inode() 791 error = finish_open(file, dentr in gfs2_create_inode() 597 gfs2_create_inode(struct inode *dir, struct dentry *dentry, struct file *file, umode_t mode, dev_t dev, const char *symname, unsigned int size, int excl) gfs2_create_inode() argument 862 __gfs2_lookup(struct inode *dir, struct dentry *dentry, struct file *file) __gfs2_lookup() argument 1260 gfs2_atomic_open(struct inode *dir, struct dentry *dentry, struct file *file, unsigned flags, umode_t mode) gfs2_atomic_open() argument 2090 gfs2_seek_data(struct file *file, loff_t offset) gfs2_seek_data() argument 2109 gfs2_seek_hole(struct file *file, loff_t offset) gfs2_seek_hole() argument [all...] |
| /kernel/linux/linux-6.6/fs/ceph/ |
| H A D | addr.c | 66 static int ceph_netfs_check_write_begin(struct file *file, loff_t pos, unsigned int len, 214 * block, but do not exceed the file size, unless the original in ceph_netfs_expand_readahead() 435 static int ceph_init_request(struct netfs_io_request *rreq, struct file *file) in ceph_init_request() argument 449 if (file) { in ceph_init_request() 451 struct ceph_file_info *fi = file->private_data; in ceph_init_request() 453 priv->file_ra_pages = file->f_ra.ra_pages; in ceph_init_request() 454 priv->file_ra_disabled = file->f_mode & FMODE_RANDOM; in ceph_init_request() 696 /* is this a partial page at end of file in writepage_nounlock() 1468 ceph_netfs_check_write_begin(struct file *file, loff_t pos, unsigned int len, struct folio **foliop, void **_fsdata) ceph_netfs_check_write_begin() argument 1498 ceph_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, struct page **pagep, void **fsdata) ceph_write_begin() argument 1521 ceph_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *subpage, void *fsdata) ceph_write_end() argument 1822 ceph_uninline_data(struct file *file) ceph_uninline_data() argument 1962 ceph_mmap(struct file *file, struct vm_area_struct *vma) ceph_mmap() argument [all...] |
| /kernel/linux/linux-6.6/fs/gfs2/ |
| H A D | inode.c | 602 * @file: If non-NULL, the file which is being opened 619 struct file *file, in gfs2_create_inode() 665 if (file) { in gfs2_create_inode() 667 error = finish_open(file, dentry, gfs2_open_common); in gfs2_create_inode() 669 error = finish_no_open(file, NULL); in gfs2_create_inode() 809 if (file) { in gfs2_create_inode() 810 file->f_mode |= FMODE_CREATED; in gfs2_create_inode() 811 error = finish_open(file, dentr in gfs2_create_inode() 618 gfs2_create_inode(struct inode *dir, struct dentry *dentry, struct file *file, umode_t mode, dev_t dev, const char *symname, unsigned int size, int excl) gfs2_create_inode() argument 885 __gfs2_lookup(struct inode *dir, struct dentry *dentry, struct file *file) __gfs2_lookup() argument 1285 gfs2_atomic_open(struct inode *dir, struct dentry *dentry, struct file *file, unsigned flags, umode_t mode) gfs2_atomic_open() argument 2118 gfs2_seek_data(struct file *file, loff_t offset) gfs2_seek_data() argument 2137 gfs2_seek_hole(struct file *file, loff_t offset) gfs2_seek_hole() argument [all...] |
| /kernel/linux/linux-6.6/fs/smb/client/ |
| H A D | cifsfs.c | 341 static long cifs_fallocate(struct file *file, int mode, loff_t off, loff_t len) in cifs_fallocate() argument 343 struct cifs_sb_info *cifs_sb = CIFS_FILE_SB(file); in cifs_fallocate() 348 return server->ops->fallocate(file, tcon, mode, off, len); in cifs_fallocate() 365 } else /* file mode might have been restricted at mount time in cifs_permission() 390 * Until the file is open and we have gotten oplock info back from the in cifs_alloc_inode() 391 * server, can not assume caching of file data or metadata. in cifs_alloc_inode() 706 * Display file and directory attribute timeout in seconds. in cifs_show_options() 707 * If file and directory attribute timeout the same then actimeo in cifs_show_options() 1040 static loff_t cifs_llseek(struct file *fil argument 1086 cifs_setlease(struct file *file, int arg, struct file_lock **lease, void **priv) cifs_setlease() argument 1482 cifs_dir_fsync(struct file *file, loff_t start, loff_t end, int datasync) cifs_dir_fsync() argument [all...] |