Home
last modified time | relevance | path

Searched defs:file (Results 1001 – 1025 of 2274) sorted by relevance

1...<<41424344454647484950>>...91

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c18 FILE *file; in read_int() local
32 FILE *file; in set_min_free_kb() local
/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp161 boost::beast::file_posix file; in TEST() local
176 boost::beast::file_posix file; in TEST() local
/openbmc/service-config-manager/src/
H A Dmain.cpp177 std::ifstream file(srvCfgMgrFile); in handleListUnitsResponse() local
223 std::ofstream file(srvCfgMgrFile); in handleListUnitsResponse() local
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py744 def close_output_file(file): argument
748 def copy_output_file_direct(file, table_name): argument
754 def copy_output_file(file, table_name): argument
775 def remove_output_file(file): argument
/openbmc/linux/io_uring/
H A Drw.c439 struct file *file = kiocb->ki_filp; in loop_rw_iter() local
653 struct file *file = rw->kiocb.ki_filp; in io_iter_do_read() local
674 struct file *file = req->file; in io_rw_init_file() local
1011 struct file *file = req->file; in io_do_iopoll() local
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c766 static int s5p_mfc_open(struct file *file) in s5p_mfc_open()
950 static int s5p_mfc_release(struct file *file) in s5p_mfc_release()
1006 static __poll_t s5p_mfc_poll(struct file *file, in s5p_mfc_poll()
1058 static int s5p_mfc_mmap(struct file *file, struct vm_area_struct *vma) in s5p_mfc_mmap()
/openbmc/linux/drivers/bus/
H A Dmoxtet.c456 static int moxtet_debug_open(struct inode *inode, struct file *file) in moxtet_debug_open()
463 static ssize_t input_read(struct file *file, char __user *buf, size_t len, in input_read()
490 static ssize_t output_read(struct file *file, char __user *buf, size_t len, in output_read()
510 static ssize_t output_write(struct file *file, const char __user *buf, in output_write()
/openbmc/linux/security/landlock/
H A Dfs.c1183 get_required_file_open_access(const struct file *const file) in get_required_file_open_access()
1201 static int hook_file_alloc_security(struct file *const file) in hook_file_alloc_security()
1215 static int hook_file_open(struct file *const file) in hook_file_open()
1275 static int hook_file_truncate(struct file *const file) in hook_file_truncate()
H A Dfs.h72 landlock_file(const struct file *const file) in landlock_file()
/openbmc/linux/fs/afs/
H A Dwrite.c68 int afs_write_begin(struct file *file, struct address_space *mapping, in afs_write_begin()
153 int afs_write_end(struct file *file, struct address_space *mapping, in afs_write_end()
889 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in afs_fsync()
913 struct file *file = vmf->vma->vm_file; in afs_page_mkwrite() local
/openbmc/linux/fs/affs/
H A Ddir.c45 affs_readdir(struct file *file, struct dir_context *ctx) in affs_readdir()
/openbmc/openpower-hw-diags/util/
H A Ddata_file.cpp20 for (const auto& file : fs::directory_iterator(i_dirPath)) in findFiles() local
/openbmc/openpower-proc-control/procedures/openfsi/
H A Dscan.cpp45 std::ofstream file; in doScan() local
/openbmc/phosphor-debug-collector/
H A Dfaultlog_dump_entry.hpp51 const std::filesystem::path& file, in Entry()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmlock2.h19 FILE *file; in seek_to_smaps_entry() local
/openbmc/linux/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c56 static long tdx_guest_ioctl(struct file *file, unsigned int cmd, in tdx_guest_ioctl()
/openbmc/linux/tools/objtool/arch/x86/
H A Dspecial.c88 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
/openbmc/linux/mm/
H A Dmsync.c65 struct file *file; in SYSCALL_DEFINE3() local
/openbmc/linux/fs/ubifs/
H A Dfile.c417 static int ubifs_write_begin(struct file *file, struct address_space *mapping, in ubifs_write_begin()
527 static int ubifs_write_end(struct file *file, struct address_space *mapping, in ubifs_write_end()
887 static int ubifs_read_folio(struct file *file, struct folio *folio) in ubifs_read_folio()
1313 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ubifs_fsync()
1588 static int ubifs_file_mmap(struct file *file, struct vm_area_struct *vma) in ubifs_file_mmap()
/openbmc/linux/drivers/hwtracing/stm/
H A Dcore.c485 static int stm_char_open(struct inode *inode, struct file *file) in stm_char_open()
520 static int stm_char_release(struct inode *inode, struct file *file) in stm_char_release()
618 static ssize_t stm_char_write(struct file *file, const char __user *buf, in stm_char_write()
691 static int stm_char_mmap(struct file *file, struct vm_area_struct *vma) in stm_char_mmap()
798 stm_char_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in stm_char_ioctl()
/openbmc/linux/arch/m68k/kernel/
H A Dbootinfo_proc.c22 static ssize_t bootinfo_read(struct file *file, char __user *buf, in bootinfo_read()
/openbmc/linux/include/linux/
H A Dsync_file.h36 struct file *file; member
/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/files/
H A Ddwarfsrcfiles.c74 const char *file = dwarf_filesrc (files, i, NULL, NULL); in process_cu() local
/openbmc/linux/drivers/acpi/
H A Dcustom_method.c22 static ssize_t cm_write(struct file *file, const char __user *user_buf, in cm_write()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-20.11/
H A Doe-npm-cache18 const file = process.argv[5] constant

1...<<41424344454647484950>>...91