Home
last modified time | relevance | path

Searched defs:Dref (Results 1 – 1 of 1) sorted by relevance

/plan9-contrib/sys/src/cmd/fscfs/
H A Ddat.h8 typedef struct Dref Dref; typedef
30 struct Dref struct
32 int inuse; /* reference count locally */
33 int faruse; /* remote references */
34 Tag tag; /* remote object tag */
35 Host* loc; /* location of object (nil if here) */
36 Host* src; /* source of object reference (nil if here) */
37 int depth; /* 0 if here or loc == src */
38 int weight; /* proxy weight */