Lines Matching defs:ovl_fs
45 struct ovl_fs { struct
46 struct vfsmount *upper_mnt;
47 unsigned int numlower;
49 unsigned int numlowerfs;
50 struct ovl_layer *lower_layers;
51 struct ovl_sb *lower_fs;
53 struct dentry *workbasedir;
55 struct dentry *workdir;
57 struct dentry *indexdir;
58 long namelen;
60 struct ovl_config config;
62 const struct cred *creator_cred;
63 bool tmpfile;
64 bool noxattr;
66 bool upperdir_locked;
67 bool workdir_locked;
69 unsigned int xino_bits;