Lines Matching defs:ovl_fs
56 struct ovl_fs { struct
57 unsigned int numlayer;
59 unsigned int numfs;
61 unsigned int numdatalayer;
62 const struct ovl_layer *layers;
63 struct ovl_sb *fs;
65 struct dentry *workbasedir;
67 struct dentry *workdir;
69 struct dentry *indexdir;
70 long namelen;
72 struct ovl_config config;
97 static inline unsigned int ovl_numlowerlayer(struct ovl_fs *ofs) in ovl_numlowerlayer() argument