Home
last modified time | relevance | path

Searched refs:fRootIcb (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp30 fRootIcb(NULL) in Volume()
286 fRootIcb = new(nothrow) Icb(this, fileSet->root_directory_icb()); in Mount()
287 if (fRootIcb == NULL || fRootIcb->InitCheck() != B_OK) in Mount()
292 fRootIcb->Id())); in Mount()
294 status = publish_vnode(fFSVolume, fRootIcb->Id(), fRootIcb, in Mount()
295 &gUDFVnodeOps, fRootIcb->Mode(), 0); in Mount()
302 delete fRootIcb; in Mount()
303 fRootIcb = NULL; in Mount()
306 B_PRIdINO "\n", fRootIcb->Id())); in Mount()
H A DVolume.h53 Icb* RootIcb() { return fRootIcb; } in RootIcb()
74 Icb *fRootIcb; // Destroyed by vfs via callback to put_node() variable