/openbmc/qemu/fsdev/ |
H A D | qemu-fsdev.c | 116 const char *writeout = qemu_opt_get(opts, "writeout"); in qemu_fsdev_add() local 147 if (writeout) { in qemu_fsdev_add() 148 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 | 3160 const char *writeout, *sock_fd, *socket, *path, *security_model, in qemu_init() local 3188 writeout = qemu_opt_get(opts, "writeout"); in qemu_init() 3189 if (writeout) { in qemu_init() 3191 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 | 873 static int writeout(struct address_space *mapping, struct folio *folio) 926 return writeout(mapping, src); in fallback_migrate_folio() 875 static int writeout(struct address_space *mapping, struct folio *folio) writeout() function
|
/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).
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 1763 " [,writeout=immediate][,readonly=on][,fmode=fmode][,dmode=dmode]\n" 1773 ``-fsdev local,id=id,path=path,security_model=security_model [,writeout=writeout][,readonly=on][,fm… 1806 ``writeout=writeout`` 1868 …" [,id=id][,writeout=immediate][,readonly=on][,fmode=fmode][,dmode=dmode][,multidevs=remap|… 1873 ``-virtfs local,path=path,mount_tag=mount_tag ,security_model=security_model[,writeout=writeout][,r… 1916 ``writeout=writeout``
|