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