Home
last modified time | relevance | path

Searched defs:file (Results 576 – 600 of 2274) sorted by relevance

1...<<21222324252627282930>>...91

/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_dbfs.c31 static ssize_t dbfs_read(struct file *file, char __user *buf, in dbfs_read()
61 static long dbfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in dbfs_ioctl()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dima.c26 static void ima_test_common(struct file *file) in ima_test_common()
83 int BPF_PROG(kernel_read_file, struct file *file, enum kernel_read_file_id id, in BPF_PROG()
/openbmc/linux/include/linux/
H A Dfs.h994 struct file { struct
1013 struct file_ra_state f_ra; argument
1016 const struct file_operations *f_op; argument
1026 /* Used by fs/eventpoll.c to link all the hooks to this file */ argument
1038 /* file identifier */ argument
2355 static inline void file_accessed(struct file *file) in file_accessed()
2625 static inline int file_write_and_wait(struct file *file) in file_write_and_wait()
2707 static inline void file_start_write(struct file *file) in file_start_write()
2727 static inline void file_end_write(struct file *file) in file_end_write()
2795 static inline int deny_write_access(struct file *file) in deny_write_access()
[all …]
/openbmc/linux/fs/ext4/
H A Dfsync.c82 static int ext4_fsync_nojournal(struct file *file, loff_t start, loff_t end, in ext4_fsync_nojournal()
129 int ext4_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in ext4_sync_file()
/openbmc/linux/samples/kfifo/
H A Dinttype-example.c106 static ssize_t fifo_write(struct file *file, const char __user *buf, in fifo_write()
124 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read()
H A Dbytestream-example.c113 static ssize_t fifo_write(struct file *file, const char __user *buf, in fifo_write()
131 static ssize_t fifo_read(struct file *file, char __user *buf, in fifo_read()
/openbmc/linux/arch/sparc/kernel/
H A Dled.c63 static int led_proc_open(struct inode *inode, struct file *file) in led_proc_open()
68 static ssize_t led_proc_write(struct file *file, const char __user *buffer, in led_proc_write()
/openbmc/phosphor-debug-collector/
H A Ddump_entry.hpp83 const std::filesystem::path& file, OperationStatus dumpStatus, in Entry()
163 std::filesystem::path file; member in phosphor::dump::Entry
/openbmc/openpower-occ-control/
H A Docc_errors.hpp42 Error(EventPtr& event, const fs::path& file, in Error()
144 fs::path file; member in open_power::occ::Error
/openbmc/linux/fs/ocfs2/
H A Dfile.c52 static int ocfs2_init_file_private(struct inode *inode, struct file *file) in ocfs2_init_file_private()
68 static void ocfs2_free_file_private(struct inode *inode, struct file *file) in ocfs2_free_file_private()
81 static int ocfs2_file_open(struct inode *inode, struct file *file) in ocfs2_file_open()
133 static int ocfs2_file_release(struct inode *inode, struct file *file) in ocfs2_file_release()
153 static int ocfs2_dir_open(struct inode *inode, struct file *file) in ocfs2_dir_open()
158 static int ocfs2_dir_release(struct inode *inode, struct file *file) in ocfs2_dir_release()
164 static int ocfs2_sync_file(struct file *file, loff_t start, loff_t end, in ocfs2_sync_file()
2068 int ocfs2_change_file_space(struct file *file, unsigned int cmd, in ocfs2_change_file_space()
2096 static long ocfs2_fallocate(struct file *file, int mode, loff_t offset, in ocfs2_fallocate()
2238 static int ocfs2_prepare_inode_for_write(struct file *file, in ocfs2_prepare_inode_for_write()
[all …]
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c874 static int rzg2l_cru_querycap(struct file *file, void *priv, in rzg2l_cru_querycap()
883 static int rzg2l_cru_try_fmt_vid_cap(struct file *file, void *priv, in rzg2l_cru_try_fmt_vid_cap()
893 static int rzg2l_cru_s_fmt_vid_cap(struct file *file, void *priv, in rzg2l_cru_s_fmt_vid_cap()
908 static int rzg2l_cru_g_fmt_vid_cap(struct file *file, void *priv, in rzg2l_cru_g_fmt_vid_cap()
918 static int rzg2l_cru_enum_fmt_vid_cap(struct file *file, void *priv, in rzg2l_cru_enum_fmt_vid_cap()
951 static int rzg2l_cru_open(struct file *file) in rzg2l_cru_open()
975 static int rzg2l_cru_release(struct file *file) in rzg2l_cru_release()
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c951 vsp1_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in vsp1_video_querycap()
968 vsp1_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_get_format()
984 vsp1_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_try_format()
996 vsp1_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_set_format()
1026 vsp1_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in vsp1_video_streamon()
1103 static int vsp1_video_open(struct file *file) in vsp1_video_open()
1128 static int vsp1_video_release(struct file *file) in vsp1_video_release()
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c71 const struct file *file, char *buf, int size) in get_filename()
303 struct file *file = m->private; in bpmp_debug_show() local
366 static ssize_t bpmp_debug_store(struct file *file, const char __user *buf, in bpmp_debug_store()
390 static int bpmp_debug_open(struct inode *inode, struct file *file) in bpmp_debug_open()
584 struct file *file = m->private; in debugfs_show() local
628 static int debugfs_open(struct inode *inode, struct file *file) in debugfs_open()
633 static ssize_t debugfs_store(struct file *file, const char __user *buf, in debugfs_store()
/openbmc/linux/drivers/watchdog/
H A Dmachzwd.c265 static ssize_t zf_write(struct file *file, const char __user *buf, size_t count, in zf_write()
304 static long zf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in zf_ioctl()
325 static int zf_open(struct inode *inode, struct file *file) in zf_open()
335 static int zf_close(struct inode *inode, struct file *file) in zf_close()
/openbmc/linux/io_uring/
H A Dfs.c19 struct file *file; member
28 struct file *file; member
35 struct file *file; member
42 struct file *file; member
/openbmc/linux/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c358 hwicap_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) in hwicap_read()
443 hwicap_write(struct file *file, const char __user *buf, in hwicap_write()
531 static int hwicap_open(struct inode *inode, struct file *file) in hwicap_open()
566 static int hwicap_release(struct inode *inode, struct file *file) in hwicap_release()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_gem.c243 int armada_gem_dumb_create(struct drm_file *file, struct drm_device *dev, in armada_gem_dumb_create()
277 struct drm_file *file) in armada_gem_create_ioctl()
309 struct drm_file *file) in armada_gem_mmap_ioctl()
336 struct drm_file *file) in armada_gem_pwrite_ioctl()
/openbmc/linux/fs/cachefiles/
H A Dnamei.c67 struct file *file) in cachefiles_unmark_inode_in_use()
444 struct file *file; in cachefiles_create_tmpfile() local
519 struct file *file; in cachefiles_create_file() local
546 struct file *file; in cachefiles_open_file() local
/openbmc/linux/drivers/scsi/cxlflash/
H A Dcxl_hw.c126 static void *cxlflash_fops_get_context(struct file *file) in cxlflash_fops_get_context()
141 static int cxlflash_fd_mmap(struct file *file, struct vm_area_struct *vm) in cxlflash_fd_mmap()
146 static int cxlflash_fd_release(struct inode *inode, struct file *file) in cxlflash_fd_release()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py153 def __is_path_below(self, file, root): argument
180 def __realpath(self, file, root, loop_cnt, assume_dir): argument
203 def realpath(self, file, root, use_physdir = True, loop_cnt = 100, assume_dir = False): argument
H A Dpath.py188 def __is_path_below(file, root): argument
215 def __realpath(file, root, loop_cnt, assume_dir): argument
238 def realpath(file, root, use_physdir = True, loop_cnt = 100, assume_dir = False): argument
/openbmc/linux/drivers/media/radio/si470x/
H A Dradio-si470x-i2c.c169 static int si470x_fops_open(struct file *file) in si470x_fops_open()
201 static int si470x_fops_release(struct file *file) in si470x_fops_release()
221 static int si470x_vidioc_querycap(struct file *file, void *priv, in si470x_vidioc_querycap()
/openbmc/linux/sound/pci/asihpi/
H A Dhpioctl.c59 struct file *file) in hpi_send_recv_f()
80 int asihpi_hpi_release(struct file *file) in asihpi_hpi_release()
93 long asihpi_hpi_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in asihpi_hpi_ioctl()
/openbmc/linux/tools/bpf/
H A Dbpf_jit_disasm.c129 static char *get_flog_buff(const char *file, unsigned int *klen) in get_flog_buff()
163 static char *get_log_buff(const char *file, unsigned int *klen) in get_log_buff()
267 char *kbuff, *file = NULL; in main() local
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c31 static int virtio_gpu_gem_create(struct drm_file *file, in virtio_gpu_gem_create()
118 struct drm_file *file) in virtio_gpu_gem_object_open()
145 struct drm_file *file) in virtio_gpu_gem_object_close()

1...<<21222324252627282930>>...91