Lines Matching defs:ovl_fs
44 struct ovl_fs { struct
45 struct vfsmount *upper_mnt;
46 unsigned int numlower;
48 unsigned int numlowerfs;
49 struct ovl_layer *lower_layers;
50 struct ovl_sb *lower_fs;
52 struct dentry *workbasedir;
54 struct dentry *workdir;
56 struct dentry *indexdir;
57 long namelen;
59 struct ovl_config config;
61 const struct cred *creator_cred;
62 bool tmpfile;
63 bool noxattr;
65 bool upperdir_locked;
66 bool workdir_locked;
68 struct inode *upperdir_trap;
69 struct inode *workbasedir_trap;
70 struct inode *workdir_trap;
71 struct inode *indexdir_trap;
73 unsigned int xino_bits;