Searched refs:dlist_find (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp1069 ASSERT(dlist_find(vol, CLUSTER_OF_DIR_CLUSTER_VNID(node->vnid)) == -1);
H A Ddir.cpp246 if (dlist_find(vol, info.cluster) == -1LL) {
947 if ((dir_vnid = dlist_find(vol, DIR_OF_VNID(loc))) == -1LL) {
H A Ddlist.cpp138 dlist_find(nspace *vol, uint32 cluster) function
142 DPRINTF(1, ("dlist_find cluster %" B_PRIu32 "\n", cluster));
156 DPRINTF(1, ("dlist_find cluster %" B_PRIu32 " not found\n", cluster));
H A Ddlist.h12 ino_t dlist_find(nspace *vol, uint32 cluster);

Completed in 63 milliseconds