Searched refs:ovl_layer (Results 1 – 6 of 6) sorted by relevance
34 struct ovl_layer { struct46 const struct ovl_layer *layer; argument55 const struct ovl_layer *layers;
367 const struct ovl_layer *layer) in ovl_lookup_real_one()428 const struct ovl_layer *layer);435 const struct ovl_layer *layer) in ovl_lookup_real_inode()500 const struct ovl_layer *layer) in ovl_lookup_real_ancestor()553 const struct ovl_layer *layer) in ovl_lookup_real()659 const struct ovl_layer *layer = upper ? &ofs->layers[0] : lowerpath->layer; in ovl_get_dentry()
1115 struct ovl_layer *upper_layer, struct path *upperpath) in ovl_get_upper()1604 struct ovl_layer *layers) in ovl_get_layers()1724 struct ovl_fs *ofs, struct ovl_layer *layers) in ovl_get_lowerstack()1899 struct ovl_layer *layers; in ovl_fill_super()1954 layers = kcalloc(numlower + 1, sizeof(struct ovl_layer), GFP_KERNEL); in ovl_fill_super()
391 const struct ovl_layer *ovl_i_layer_lower(struct inode *inode);392 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
223 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
697 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()
Completed in 16 milliseconds