Home
last modified time | relevance | path

Searched defs:file (Results 1476 – 1500 of 2274) sorted by relevance

1...<<51525354555657585960>>...91

/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y39 struct file *file; member
/openbmc/linux/fs/reiserfs/
H A Ddir.c272 static int reiserfs_readdir(struct file *file, struct dir_context *ctx) in reiserfs_readdir()
/openbmc/linux/samples/bpf/
H A Dcookie_uid_helper_example.c171 static void prog_attach_iptables(char *file) in prog_attach_iptables()
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst719 Usare operazioni atomiche per il contatore di riferimenti
/openbmc/linux/io_uring/
H A During_cmd.c117 struct file *file = req->file; in io_uring_cmd() local
/openbmc/linux/kernel/module/
H A Dstats.c273 static ssize_t read_file_mod_stats(struct file *file, char __user *user_buf, in read_file_mod_stats()
/openbmc/linux/drivers/net/netdevsim/
H A Dhealth.c197 static ssize_t nsim_dev_health_break_write(struct file *file, in nsim_dev_health_break_write()
/openbmc/linux/fs/nilfs2/
H A Dinode.c148 static int nilfs_read_folio(struct file *file, struct folio *folio) in nilfs_read_folio()
250 static int nilfs_write_begin(struct file *file, struct address_space *mapping, in nilfs_write_begin()
269 static int nilfs_write_end(struct file *file, struct address_space *mapping, in nilfs_write_end()
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c605 static long cxl_memdev_ioctl(struct file *file, unsigned int cmd, in cxl_memdev_ioctl()
621 static int cxl_memdev_open(struct inode *inode, struct file *file) in cxl_memdev_open()
632 static int cxl_memdev_release_file(struct inode *inode, struct file *file) in cxl_memdev_release_file()
/openbmc/linux/fs/ntfs3/
H A Dsuper.c477 static int ntfs3_volinfo_open(struct inode *inode, struct file *file) in ntfs3_volinfo_open()
494 static ssize_t ntfs3_label_write(struct file *file, const char __user *buffer, in ntfs3_label_write()
532 static int ntfs3_label_open(struct inode *inode, struct file *file) in ntfs3_label_open()
/openbmc/linux/mm/
H A Dkhugepaged.c1789 struct file *file, pgoff_t start, in collapse_file()
2216 struct file *file, pgoff_t start, in hpage_collapse_scan_file()
2315 struct file *file, pgoff_t start, in hpage_collapse_scan_file()
2396 struct file *file = get_file(vma->vm_file); in khugepaged_scan_mm_slot() local
2743 struct file *file = get_file(vma->vm_file); in madvise_collapse() local
H A Dnommu.c692 static int validate_mmap_request(struct file *file, in validate_mmap_request()
850 static unsigned long determine_vm_flags(struct file *file, in determine_vm_flags()
1014 unsigned long do_mmap(struct file *file, in do_mmap()
1255 struct file *file = NULL; in ksys_mmap_pgoff() local
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h429 struct file { struct
433 const struct file_operations *f_op; argument
446 /* Used by fs/eventpoll.c to link all the hooks to this file */ argument
464 /* Page cache limit. The filesystems should put that into their s_maxbytes argument
/openbmc/qemu/migration/
H A Dram.c287 int64_t ramblock_recv_bitmap_send(QEMUFile *file, in ramblock_recv_bitmap_send()
620 QEMUFile *file = pss->pss_channel; in save_xbzrle_page() local
1133 QEMUFile *file = pss->pss_channel; in save_zero_page() local
1211 QEMUFile *file = pss->pss_channel; in save_normal_page() local
2924 static void mapped_ram_setup_ramblock(QEMUFile *file, RAMBlock *block) in mapped_ram_setup_ramblock()
2957 static bool mapped_ram_read_header(QEMUFile *file, MappedRamHeader *header, in mapped_ram_read_header()
4332 QEMUFile *file = s->to_dst_file; in ram_dirty_bitmap_sync_all() local
4367 QEMUFile *file = s->rp_state.from_dst_file; in ram_dirty_bitmap_reload() local
/openbmc/qemu/block/
H A Dvmdk.c136 BdrvChild *file; member
529 BdrvChild *file, bool flat, int64_t sectors, in vmdk_add_extent()
663 vmdk_open_vmfs_sparse(BlockDriverState *bs, BdrvChild *file, int flags, in vmdk_open_vmfs_sparse()
819 vmdk_open_se_sparse(BlockDriverState *bs, BdrvChild *file, int flags, in vmdk_open_se_sparse()
900 static char *vmdk_read_desc(BdrvChild *file, uint64_t desc_offset, Error **errp) in vmdk_read_desc()
935 vmdk_open_vmdk4(BlockDriverState *bs, BdrvChild *file, int flags, in vmdk_open_vmdk4()
1117 vmdk_open_sparse(BlockDriverState *bs, BdrvChild *file, int flags, in vmdk_open_sparse()
1782 int64_t *map, BlockDriverState **file) in vmdk_co_block_status()
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1156 def __init__(self,number,name,prod,precedence=('right',0),func=None,file='',line=0): argument
1228 def __init__(self,str,name,len,func,file,line): argument
1392 def add_production(self,prodname,syms,func=None,file='',line=0): argument
2724 def parse_grammar(doc,file,line): argument
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c57 static void get_obj_name(char *name, const char *file) in get_obj_name()
913 const char *file; in do_skeleton() local
1285 const char *file, *var_name; in do_subskeleton() local
1577 const char *output_file, *file; in do_object() local
/openbmc/linux/fs/fat/
H A Dinode.c203 static int fat_read_folio(struct file *file, struct folio *folio) in fat_read_folio()
223 static int fat_write_begin(struct file *file, struct address_space *mapping, in fat_write_begin()
238 static int fat_write_end(struct file *file, struct address_space *mapping, in fat_write_end()
257 struct file *file = iocb->ki_filp; in fat_direct_IO() local
/openbmc/linux/drivers/fsi/
H A Dfsi-core.c556 static ssize_t fsi_slave_sysfs_raw_read(struct file *file, in fsi_slave_sysfs_raw_read()
583 static ssize_t fsi_slave_sysfs_raw_write(struct file *file, in fsi_slave_sysfs_raw_write()
733 static loff_t cfam_llseek(struct file *file, loff_t offset, int whence) in cfam_llseek()
748 static int cfam_open(struct inode *inode, struct file *file) in cfam_open()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c36 int cx23885_vbi_fmt(struct file *file, void *priv, in cx23885_vbi_fmt()
/openbmc/u-boot/cmd/
H A Dhost.c46 char *file = argc >= 3 ? argv[2] : NULL; in do_host_bind() local
/openbmc/linux/fs/ecryptfs/
H A Dmessaging.c130 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file) in ecryptfs_spawn_daemon()
/openbmc/linux/drivers/virt/acrn/
H A Dirqfd.c96 static void hsm_irqfd_poll_func(struct file *file, wait_queue_head_t *wqh, in hsm_irqfd_poll_func()
/openbmc/linux/arch/s390/include/asm/
H A Dhugetlb.h30 static inline int prepare_hugepage_range(struct file *file, in prepare_hugepage_range()
/openbmc/linux/include/drm/
H A Ddrm_debugfs.h135 struct drm_debugfs_info file; member

1...<<51525354555657585960>>...91