Home
last modified time | relevance | path

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

/Linux-v6.6/fs/overlayfs/
Dovl_entry.h33 struct ovl_layer { struct
46 const struct ovl_layer *layer; argument
62 const struct ovl_layer *layers;
Dexport.c377 const struct ovl_layer *layer) in ovl_lookup_real_one()
438 const struct ovl_layer *layer);
445 const struct ovl_layer *layer) in ovl_lookup_real_inode()
510 const struct ovl_layer *layer) in ovl_lookup_real_ancestor()
563 const struct ovl_layer *layer) in ovl_lookup_real()
669 const struct ovl_layer *layer = upper ? &ofs->layers[0] : lowerpath->layer; in ovl_get_dentry()
Dsuper.c540 struct ovl_layer *upper_layer, in ovl_get_upper()
1038 struct ovl_fs_context *ctx, struct ovl_layer *layers) in ovl_get_layers()
1168 struct ovl_layer *layers) in ovl_get_lowerstack()
1338 struct ovl_layer *layers; in ovl_fill_super()
1365 layers = kcalloc(ctx->nr + 1, sizeof(struct ovl_layer), GFP_KERNEL); in ovl_fill_super()
Doverlayfs.h433 const struct ovl_layer *ovl_i_layer_lower(struct inode *inode);
434 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
Dnamei.c360 const struct ovl_layer *layer, in ovl_lookup_data_layer()
396 const struct ovl_layer *layer; in ovl_lookup_data_layers()
Dutil.c284 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
Dreaddir.c699 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()