/openbmc/qemu/fsdev/ |
H A D | qemu-fsdev.c | 127 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 D | sysfs-class-bdi | 39 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 D | clang.c | 82 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 D | vvfat.c | 1592 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 D | vl.c | 3173 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 D | locking.rst | 316 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 D | vfs.rst | 837 PageLocked is true. writepage should start writeout, should set 845 internal dependencies). If it chooses not to start writeout, it
|
H A D | proc.rst | 1784 then deletes the file, it will in fact perform no writeout. But it will have
|
/openbmc/linux/mm/ |
H A D | migrate.c | 875 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 D | qemu-options.hx | 1763 " [,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 D | laptop-mode.rst | 259 # 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 D | vm.rst | 20 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 D | xfs.rst | 26 doing delayed allocation writeout (default size is 64KiB).
|