Home
last modified time | relevance | path

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

/Linux-v4.19/fs/overlayfs/
Doverlayfs.h81 struct ovl_fh { struct
82 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 */