Home
last modified time | relevance | path

Searched defs:file (Results 1626 – 1650 of 2278) sorted by relevance

1...<<61626364656667686970>>...92

/openbmc/linux/fs/tracefs/
H A Dinode.c73 static ssize_t default_read_file(struct file *file, char __user *buf, in default_read_file()
79 static ssize_t default_write_file(struct file *file, const char __user *buf, in default_write_file()
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c1066 int nfsd_pool_stats_open(struct inode *inode, struct file *file) in nfsd_pool_stats_open()
1082 int nfsd_pool_stats_release(struct inode *inode, struct file *file) in nfsd_pool_stats_release()
/openbmc/linux/kernel/bpf/
H A Dtask_iter.c341 struct file *file; in task_file_seq_start() local
370 struct file *file) in DEFINE_BPF_ITER_FUNC()
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js105 function NBDServer(endpoint, token, file, id) { argument
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_block_device.c304 struct efi_file_handle *root, *file; in execute() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.cpp123 FFDCFile file{FFDCFormat::Text}; in createFFDCFile() local
/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c278 const char *file, in g_assertion_message_expr()
/openbmc/linux/fs/ramfs/
H A Dinode.c149 struct inode *dir, struct file *file, umode_t mode) in ramfs_tmpfile()
/openbmc/linux/include/linux/sunrpc/
H A Dxprtsock.h27 struct file * file; member
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c147 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()
/openbmc/linux/tools/perf/util/
H A Dbpf_off_cpu.c298 struct perf_data_file *file = &session->data->file; in off_cpu_write() local
/openbmc/linux/drivers/input/serio/
H A Dserport.c160 static ssize_t serport_ldisc_read(struct tty_struct * tty, struct file * file, in serport_ldisc_read()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dreconfig.c358 static ssize_t ofdt_write(struct file *file, const char __user *buf, size_t count, in ofdt_write()
/openbmc/linux/include/linux/
H A Dbinfmts.h48 struct file *file; member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_context.c132 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file) in drm_legacy_ctxbitmap_flush()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_gem.c209 int lsdc_dumb_create(struct drm_file *file, struct drm_device *ddev, in lsdc_dumb_create()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c269 struct drm_file *file; in vmw_debugfs_gem_info_show() local
/openbmc/linux/drivers/nvme/target/
H A Dpassthru.c576 struct file *file; in nvmet_passthru_ctrl_enable() local
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.cpp179 auto file = std::filesystem::path(filePath) / squashFSImage; in validateSquashFSImage() local
/openbmc/linux/kernel/dma/
H A Dmap_benchmark.c199 static long map_benchmark_ioctl(struct file *file, unsigned int cmd, in map_benchmark_ioctl()
/openbmc/linux/fs/xfs/scrub/
H A Dscrub.h77 struct file *file; member
/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2552 static int mxt_vidioc_querycap(struct file *file, void *priv, in mxt_vidioc_querycap()
2564 static int mxt_vidioc_enum_input(struct file *file, void *priv, in mxt_vidioc_enum_input()
2609 static int mxt_vidioc_s_input(struct file *file, void *priv, unsigned int i) in mxt_vidioc_s_input()
2614 static int mxt_vidioc_g_input(struct file *file, void *priv, unsigned int *i) in mxt_vidioc_g_input()
2623 static int mxt_vidioc_fmt(struct file *file, void *priv, struct v4l2_format *f) in mxt_vidioc_fmt()
2633 static int mxt_vidioc_enum_fmt(struct file *file, void *priv, in mxt_vidioc_enum_fmt()
2655 static int mxt_vidioc_g_parm(struct file *file, void *fh, in mxt_vidioc_g_parm()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c4604 static ssize_t ath11k_read_htt_stats_type(struct file *file, in ath11k_read_htt_stats_type()
4617 static ssize_t ath11k_write_htt_stats_type(struct file *file, in ath11k_write_htt_stats_type()
4752 static int ath11k_open_htt_stats(struct inode *inode, struct file *file) in ath11k_open_htt_stats()
4803 static int ath11k_release_htt_stats(struct inode *inode, struct file *file) in ath11k_release_htt_stats()
4815 static ssize_t ath11k_read_htt_stats(struct file *file, in ath11k_read_htt_stats()
4836 static ssize_t ath11k_read_htt_stats_reset(struct file *file, in ath11k_read_htt_stats_reset()
4849 static ssize_t ath11k_write_htt_stats_reset(struct file *file, in ath11k_write_htt_stats_reset()
/openbmc/linux/fs/
H A Dnamespace.c420 int __mnt_want_write_file(struct file *file) in __mnt_want_write_file()
443 int mnt_want_write_file(struct file *file) in mnt_want_write_file()
485 void __mnt_drop_write_file(struct file *file) in __mnt_drop_write_file()
491 void mnt_drop_write_file(struct file *file) in mnt_drop_write_file()
2653 struct file *file; in open_detached_copy() local
2689 struct file *file; in SYSCALL_DEFINE3() local
3953 struct file *file; in SYSCALL_DEFINE3() local
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c3723 static ssize_t rs_sta_dbgfs_scale_table_write(struct file *file, in rs_sta_dbgfs_scale_table_write()
3748 static ssize_t rs_sta_dbgfs_scale_table_read(struct file *file, in rs_sta_dbgfs_scale_table_read()
3854 static ssize_t rs_sta_dbgfs_stats_table_read(struct file *file, in rs_sta_dbgfs_stats_table_read()
3902 static ssize_t rs_sta_dbgfs_drv_tx_stats_read(struct file *file, in rs_sta_dbgfs_drv_tx_stats_read()
3975 static ssize_t rs_sta_dbgfs_drv_tx_stats_write(struct file *file, in rs_sta_dbgfs_drv_tx_stats_write()
3992 static ssize_t iwl_dbgfs_ss_force_read(struct file *file, in iwl_dbgfs_ss_force_read()

1...<<61626364656667686970>>...92