Home
last modified time | relevance | path

Searched refs:ovl_layer (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dovl_entry.h33 struct ovl_layer { struct
45 const struct ovl_layer *layer; argument
54 const struct ovl_layer *layers;
H A Dexport.c365 const struct ovl_layer *layer) in ovl_lookup_real_one()
421 const struct ovl_layer *layer);
428 const struct ovl_layer *layer) in ovl_lookup_real_inode()
493 const struct ovl_layer *layer) in ovl_lookup_real_ancestor()
546 const struct ovl_layer *layer) in ovl_lookup_real()
652 const struct ovl_layer *layer = upper ? &ofs->layers[0] : lowerpath->layer; in ovl_get_dentry()
H A Dsuper.c1140 struct ovl_layer *upper_layer, struct path *upperpath) in ovl_get_upper()
1606 struct ovl_layer *layers) in ovl_get_layers()
1726 struct ovl_fs *ofs, struct ovl_layer *layers) in ovl_get_lowerstack()
1901 struct ovl_layer *layers; in ovl_fill_super()
1948 layers = kcalloc(numlower + 1, sizeof(struct ovl_layer), GFP_KERNEL); in ovl_fill_super()
H A Doverlayfs.h274 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
H A Dutil.c213 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
H A Dreaddir.c693 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()