#include <types.h>
Public Attributes | |
| volume_id_t | volume_id |
| local_object_id_t | object_id |
Global object_ids comprise a volume_id and an object_id. Both together define exactly one object in the namespace (an object might be a directory too)
It seems logical to define object_id == 0 as root object_id, however ext disagrees here. It uses 2.
1.5.6