node_ref
struct node_ref {
struct node_ref {
node_ref::node_ref()
node_ref::node_ref()
node_ref::node_ref(dev_t device, ino_t node)
node_ref::node_ref(const node_ref& other)
typedef std::map<node_ref, Person*> PersonMap;
typedef std::map<node_ref, entry_ref> RefMap;
typedef std::map<node_ref, WatchedFile, NodeRefComp> WatchedFileList;
typedef std::map<node_ref, Info*> NodeRefInfoMap;