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