Searched refs:discardBlockCache (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.h24 bool discardBlockCache);
31 bool discardBlockCache);
H A Dfat.cpp450 clear_fat_chain(nspace *vol, uint32 cluster, bool discardBlockCache) argument
477 if (discardBlockCache) {
524 bool discardBlockCache)
546 if ((result = clear_fat_chain(vol, c, discardBlockCache)) != B_OK)
642 return clear_fat_chain(vol, n, discardBlockCache);
523 set_fat_chain_length(nspace *vol, vnode *node, uint32 clusters, bool discardBlockCache) argument

Completed in 40 milliseconds