Home
last modified time | relevance | path

Searched defs:ovl_fs (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dovl_entry.h50 struct ovl_fs { struct
51 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