Searched defs:ovl_fh (Results 1 – 1 of 1) sorted by relevance
81 struct ovl_fh { struct82 u8 version; /* 0 */83 u8 magic; /* 0xfb */84 u8 len; /* size of this header + size of fid */85 u8 flags; /* OVL_FH_FLAG_* */86 u8 type; /* fid_type of fid */87 uuid_t uuid; /* uuid of filesystem */88 u8 fid[0]; /* file identifier */