Home
last modified time | relevance | path

Searched refs:writethrough (Results 1 – 6 of 6) sorted by relevance

/linux/fs/netfs/
H A Dbuffered_write.c102 struct folio *folio = NULL, *writethrough = NULL; in netfs_perform_write() local
399 &writethrough); in netfs_perform_write()
424 ret2 = netfs_end_writethrough(wreq, &wbc, writethrough); in netfs_perform_write()
/linux/Documentation/admin-guide/device-mapper/
H A Dcache.rst81 The cache has three operating modes: writeback, writethrough and
88 If writethrough is selected then a write to a cached block will not
102 writethrough or writeback mode while still warm. Otherwise, the cache
192 feature args writethrough or passthrough (The default is writeback.)
206 writethrough write through caching that prohibits cache block
270 feature args 'writethrough' (optional)
H A Dera.rst92 - Cache returns to writeback/writethrough mode
/linux/arch/m68k/
H A DKconfig.cpu437 here will force supervisor (kernel) accesses to use writethrough
/linux/arch/arm/boot/compressed/
H A Dhead.S1012 .word 0x41807200 @ ARM720T (writethrough)
/linux/fs/smb/server/
H A Dsmb2pdu.c9363 bool writethrough = false, is_rdma_channel = false; in smb2_write() local
9521 writethrough = true; in smb2_write()
9536 writethrough, &nbytes); in smb2_write()
9545 writethrough); in smb2_write()