Home
last modified time | relevance | path

Searched refs:file (Results 2751 - 2775 of 8928) sorted by relevance

1...<<111112113114115116117118119120>>...358

/kernel/linux/linux-5.10/kernel/
H A Dkheaders.c16 * 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 Dlima_drv.h43 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 Dxen_drm_front_gem.h17 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 Dcoredump.h15 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 Dpvcalls-front.h23 __poll_t pvcalls_front_poll(struct file *file,
/kernel/linux/linux-6.6/include/linux/
H A Dsync_file.h24 * 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 Dlm.h16 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 Dtarget_core_file.h40 struct file *fd_file;
41 struct file *fd_prot_file;
/kernel/linux/linux-6.6/io_uring/
H A Dcancel.h9 struct file *file; member
H A Dpoll.h12 struct file *file; member
/kernel/linux/linux-6.6/kernel/locking/
H A Dlock_events.h61 ssize_t lockevent_read(struct file *file, char __user *user_buf,
/kernel/linux/linux-6.6/kernel/
H A Dkheaders.c16 * 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 Dfbdev.c4 * 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 Di915_gem_mman.h16 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 Dlsdc_gem.h17 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 Dlima_drv.h43 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 Dleds.h24 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 Dextract-stall.sh5 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 Dcgroup_helpers.h14 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 Dpkt_access.c7 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 Dxdp_perf.c6 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 Dinode.c588 * @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 Daddr.c66 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 Dinode.c602 * @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 Dcifsfs.c341 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...]

Completed in 14 milliseconds

1...<<111112113114115116117118119120>>...358