fRootIcb
fRootIcb = new(nothrow) Icb(this, fileSet->root_directory_icb());
if (fRootIcb == NULL || fRootIcb->InitCheck() != B_OK)
fRootIcb->Id()));
status = publish_vnode(fFSVolume, fRootIcb->Id(), fRootIcb,
&gUDFVnodeOps, fRootIcb->Mode(), 0);
delete fRootIcb;
fRootIcb = NULL;
B_PRIdINO "\n", fRootIcb->Id()));
Icb* RootIcb() { return fRootIcb; }
Icb *fRootIcb; // Destroyed by vfs via callback to put_node()