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

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dvcache.h20 status_t remove_from_vcache(nspace *vol, ino_t vnid);
H A Dvcache.cpp224 DPRINTF(0, ("remove_from_vcache %" B_PRIdINO "\n", vnid));
332 remove_from_vcache(nspace *vol, ino_t vnid) function
340 if (result < 0) DPRINTF(0, ("remove_from_vcache failed (%s)\n", strerror(result)));
H A Dfile.cpp793 remove_from_vcache(vol, dummy.vnid);
1065 remove_from_vcache(vol, node->vnid);
H A Ddir.cpp249 remove_from_vcache(vol, *vnid);

Completed in 192 milliseconds