Home
last modified time | relevance | path

Searched refs:writeout (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/fsdev/
H A Dqemu-fsdev.c127 const char *writeout = qemu_opt_get(opts, "writeout"); in qemu_fsdev_add() local
166 if (writeout) { in qemu_fsdev_add()
167 if (!strcmp(writeout, "immediate")) { in qemu_fsdev_add()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-bdi39 writeout speed in relation to the other devices.
53 writeout speed in relation to the other devices.
94 writeout speed in relation to the other devices.
132 request must not be changed until writeout is complete.
/openbmc/linux/kernel/gcov/
H A Dclang.c82 void llvm_gcov_init(llvm_gcov_callback writeout, llvm_gcov_callback flush) in llvm_gcov_init() argument
96 writeout(); in llvm_gcov_init()
/openbmc/qemu/block/
H A Dvvfat.c1592 struct { int dir_index; uint32_t modified_offset; } writeout; member
1632 commit->param.writeout.dir_index = dir_index; in schedule_writeout()
1633 commit->param.writeout.modified_offset = modified_offset; in schedule_writeout()
2789 commit->param.writeout.dir_index); in handle_commits()
2797 if (commit_one_file(s, commit->param.writeout.dir_index, in handle_commits()
2798 commit->param.writeout.modified_offset)) in handle_commits()
/openbmc/qemu/system/
H A Dvl.c3173 const char *writeout, *sock_fd, *socket, *path, *security_model, in qemu_init() local
3201 writeout = qemu_opt_get(opts, "writeout"); in qemu_init()
3202 if (writeout) { in qemu_init()
3204 qemu_opt_set(fsdev, "writeout", writeout, &error_abort); in qemu_init()
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst316 WBC_SYNC_NONE) then its role is to get as much writeout underway as
344 That is: after 2.5.12, pages which are under writeout are *not* locked. Note,
345 if the filesystem needs the page to be locked during writeout, that is ok, too,
H A Dvfs.rst837 PageLocked is true. writepage should start writeout, should set
845 internal dependencies). If it chooses not to start writeout, it
H A Dproc.rst1784 then deletes the file, it will in fact perform no writeout. But it will have
/openbmc/linux/mm/
H A Dmigrate.c875 static int writeout(struct address_space *mapping, struct folio *folio) in writeout() function
928 return writeout(mapping, src); in fallback_migrate_folio()
/openbmc/qemu/
H A Dqemu-options.hx1763 " [,writeout=immediate][,readonly=on][,fmode=fmode][,dmode=dmode]\n"
1769 "-fsdev proxy,id=id,socket=socket[,writeout=immediate][,readonly=on]\n"
1770 "-fsdev proxy,id=id,sock_fd=sock_fd[,writeout=immediate][,readonly=on]\n"
1775 ``-fsdev local,id=id,path=path,security_model=security_model [,writeout=writeout][,readonly=on][,fm…
1777 ``-fsdev proxy,id=id,socket=socket[,writeout=writeout][,readonly=on]``
1779 ``-fsdev proxy,id=id,sock_fd=sock_fd[,writeout=writeout][,readonly=on]``
1819 ``writeout=writeout``
1898 ``-virtfs local,path=path,mount_tag=mount_tag ,security_model=security_model[,writeout=writeout][,r…
1900 ``-virtfs proxy,socket=socket,mount_tag=mount_tag [,writeout=writeout][,readonly=on]``
1902 ``-virtfs proxy,sock_fd=sock_fd,mount_tag=mount_tag [,writeout=writeout][,readonly=on]``
[all …]
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst259 # so once some writeout has commenced, we do a lot of it.
380 # so once some writeout has commenced, we do a lot of it.
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst20 the writeout of dirty data to disk.
190 for writeout by the kernel flusher threads. It is expressed in 100'ths
/openbmc/linux/Documentation/admin-guide/
H A Dxfs.rst26 doing delayed allocation writeout (default size is 64KiB).