Home
last modified time | relevance | path

Searched refs:node_key (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h26 struct node_key { struct
32 struct node_key key; argument
41 typedef struct node_key KeyType;
148 struct node_key* GetNode(ino_t ino, ino_t &parent);
H A DVolume.cpp303 struct node_key key; in GetIno()
326 struct node_key*
H A DInode.cpp69 struct node_key *key = volume->GetNode(ino, fParent); in Inode()