Home
last modified time | relevance | path

Searched defs:file (Results 1851 – 1875 of 2274) sorted by relevance

1...<<71727374757677787980>>...91

/openbmc/linux/drivers/misc/uacce/
H A Duacce.c280 static __poll_t uacce_fops_poll(struct file *file, poll_table *wait) in uacce_fops_poll()
/openbmc/linux/drivers/virt/
H A Dfsl_hypervisor.c412 static long fsl_hv_ioctl(struct file *file, unsigned int cmd, in fsl_hv_ioctl()
/openbmc/linux/fs/ocfs2/
H A Dstackglue.c292 struct file *file, int cmd, struct file_lock *fl) in ocfs2_plock()
/openbmc/linux/scripts/
H A Drecordmcount.c695 char *file = argv[i]; in main() local
/openbmc/linux/drivers/hwmon/pmbus/
H A Dmax20730.c107 static ssize_t max20730_debugfs_read(struct file *file, char __user *buf, in max20730_debugfs_read()
/openbmc/linux/net/rxrpc/
H A Daf_rxrpc.c739 static __poll_t rxrpc_poll(struct file *file, struct socket *sock, in rxrpc_poll()
/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c97 hugetlb_get_unmapped_area(struct file *file, unsigned long addr, in hugetlb_get_unmapped_area()
/openbmc/linux/fs/ufs/
H A Ddir.c430 ufs_readdir(struct file *file, struct dir_context *ctx) in ufs_readdir()
/openbmc/linux/fs/smb/client/
H A Ddir.c434 struct file *file, unsigned oflags, umode_t mode)
/openbmc/linux/fs/gfs2/
H A Daops.c450 static int gfs2_read_folio(struct file *file, struct folio *folio) in gfs2_read_folio()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp143 std::ofstream file; in bindOrUnbindDriver() local
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp832 for (auto& file : fs::directory_iterator(dir)) in restoreRoleMapping() local
/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp311 fs::path file(certSrcFilePath); in install() local
/openbmc/phosphor-logging/
H A Dlog_manager.cpp646 for (auto& file : fs::directory_iterator(dir)) in restore() local
/openbmc/linux/fs/ext4/
H A Dextents.c4467 static int ext4_alloc_file_blocks(struct file *file, ext4_lblk_t offset, in ext4_alloc_file_blocks()
4554 static long ext4_zero_range(struct file *file, loff_t offset, in ext4_zero_range()
4726 long ext4_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in ext4_fallocate()
5317 static int ext4_collapse_range(struct file *file, loff_t offset, loff_t len) in ext4_collapse_range()
5455 static int ext4_insert_range(struct file *file, loff_t offset, loff_t len) in ext4_insert_range()
/openbmc/linux/drivers/mmc/core/
H A Dmmc_test.c131 struct dentry *file; member
3074 static int mtf_test_open(struct inode *inode, struct file *file) in mtf_test_open()
3079 static ssize_t mtf_test_write(struct file *file, const char __user *buf, in mtf_test_write()
3174 struct dentry *file = NULL; in __mmc_test_register_dbgfs_file() local
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1314 struct vhost_vring_file *file) in vhost_set_vring_file()
1335 struct vhost_vring_file *file) in vhost_user_set_vring_kick()
1341 struct vhost_vring_file *file) in vhost_user_set_vring_call()
1347 struct vhost_vring_file *file) in vhost_user_set_vring_err()
/openbmc/u-boot/fs/zfs/
H A Dzfs.c2002 zfs_open(struct zfs_file *file, const char *fsfilename) in zfs_open()
2072 zfs_read(zfs_file_t file, char *buf, uint64_t len) in zfs_read()
2140 zfs_close(zfs_file_t file) in zfs_close()
/openbmc/linux/drivers/edac/
H A Dthunderx_edac.c303 static ssize_t thunderx_lmc_inject_int_write(struct file *file, in thunderx_lmc_inject_int_write()
322 static ssize_t thunderx_lmc_int_read(struct file *file, in thunderx_lmc_int_read()
406 static ssize_t thunderx_lmc_inject_ecc_write(struct file *file, in thunderx_lmc_inject_ecc_write()
/openbmc/linux/drivers/scsi/
H A Dsg.c715 sg_new_write(Sg_fd *sfp, struct file *file, const char __user *buf, in sg_new_write()
2393 static int sg_proc_single_open_adio(struct inode *inode, struct file *file) in sg_proc_single_open_adio()
2414 static int sg_proc_single_open_dressz(struct inode *inode, struct file *file) in sg_proc_single_open_dressz()
/openbmc/linux/tools/perf/util/
H A Dsymbol.c619 FILE *file; in modules__parse() local
1477 FILE *file; in dso__load_perf_map() local
2050 static bool filename__readable(const char *file) in filename__readable()
/openbmc/qemu/hw/core/
H A Dloader.c1059 ssize_t rom_add_file(const char *file, const char *fw_dir, in rom_add_file()
1210 ssize_t rom_add_vga(const char *file) in rom_add_vga()
1215 ssize_t rom_add_option(const char *file, int32_t bootindex) in rom_add_option()
/openbmc/linux/drivers/scsi/aacraid/
H A Dlinit.c1143 static int aac_cfg_open(struct inode *inode, struct file *file) in aac_cfg_open()
1175 static long aac_cfg_ioctl(struct file *file, in aac_cfg_ioctl()
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c137 static void complete_flip(struct drm_crtc *crtc, struct drm_file *file) in complete_flip()
951 struct drm_file *file, uint32_t handle, in mdp5_crtc_cursor_set()
/openbmc/linux/net/xdp/
H A Dxsk.c915 static __poll_t xsk_poll(struct file *file, struct socket *sock, in xsk_poll()
1510 static int xsk_mmap(struct file *file, struct socket *sock, in xsk_mmap()

1...<<71727374757677787980>>...91