Searched refs:fParentID (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVNode.cpp36 : fParentID(0),
45 : fParentID(0),
55 : fParentID(0),
64 : fParentID(0),
87 fParentID = 0;
113 fParentID = node.fParentID;
H A DVNode.h51 void SetParentID(ino_t id) { fParentID = id; }
53 ino_t GetParentID() const { return fParentID; }
73 ino_t fParentID; member in class:VNode
/haiku/src/apps/drivesetup/
H A DPartitionList.h75 { return fParentID; }
85 partition_id fParentID; member in class:PartitionListRow
H A DPartitionList.cpp226 fParentID(partition->Parent() ? partition->Parent()->ID() : -1),
380 fParentID(parentID),
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp27 fParentID(parent != NULL ? parent->ID() : 0),
43 "mode %lx, omode %x, type %lx", fID, fInode, fParentID,
51 ino_t fParentID; member in class:BFSInodeTracing::Create

Completed in 64 milliseconds