Searched refs:set_fat_chain_length (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.h30 status_t set_fat_chain_length(nspace *vol, vnode *node, uint32 clusters,
H A Dfile.cpp259 if ((err = set_fat_chain_length(vol, node, clusters, false))
338 if ((result = set_fat_chain_length(vol, node, 0, false)) != B_OK) {
445 if ((result = set_fat_chain_length(vol, node, clusters, false))
576 set_fat_chain_length(vol, file, 0, false);
H A Dfat.cpp523 set_fat_chain_length(nspace *vol, vnode *node, uint32 clusters, function
530 DPRINTF(1, ("set_fat_chain_length: %" B_PRIdINO " to %" B_PRIu32
535 DPRINTF(0, ("set_fat_chain_length called on invalid cluster (%" B_PRIu32
H A Ddir.cpp518 error = set_fat_chain_length(vol, dir, clusters, true);
679 if ((error = set_fat_chain_length(vol, dir, clusters_needed, false))

Completed in 45 milliseconds