Searched defs:ovl_fs (Results 1 – 1 of 1) sorted by relevance
50 struct ovl_fs { struct51 unsigned int numlayer;53 unsigned int numfs;54 const struct ovl_layer *layers;55 struct ovl_sb *fs;57 struct dentry *workbasedir;59 struct dentry *workdir;61 struct dentry *indexdir;62 long namelen;87 static inline struct vfsmount *ovl_upper_mnt(struct ovl_fs *ofs) in ovl_upper_mnt() argument