Searched defs:ovl_fs (Results 1 – 1 of 1) sorted by relevance
49 struct ovl_fs { struct50 unsigned int numlayer;52 unsigned int numfs;53 const struct ovl_layer *layers;54 struct ovl_sb *fs;56 struct dentry *workbasedir;58 struct dentry *workdir;60 struct dentry *indexdir;61 long namelen;86 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() argument