Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dovl_entry.h33 struct ovl_layer { struct
48 const struct ovl_layer *layer; argument
64 struct ovl_layer *layers;
H A Dexport.c360 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.c493 struct ovl_layer *upper_layer, in ovl_get_upper()
996 struct ovl_fs_context *ctx, struct ovl_layer *layers) in ovl_get_layers()
1126 struct ovl_layer *layers) in ovl_get_lowerstack()
1317 struct ovl_layer *layers; in ovl_fill_super()
1349 layers = kcalloc(ctx->nr + 1, sizeof(struct ovl_layer), GFP_KERNEL); in ovl_fill_super()
H A Doverlayfs.h460 const struct ovl_layer *ovl_i_layer_lower(struct inode *inode);
461 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
481 const struct ovl_layer *layer);
689 const struct ovl_layer **layer);
H A Dnamei.c19 const struct ovl_layer *layer;
364 const struct ovl_layer *layer, in ovl_lookup_data_layer()
400 const struct ovl_layer *layer; in ovl_lookup_data_layers()
870 const struct ovl_layer **layer) in ovl_path_next()
H A Dutil.c318 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
490 const struct ovl_layer *layer) in ovl_layer_set_xwhiteouts()
H A Dreaddir.c360 const struct ovl_layer *layer; in ovl_dir_read_merged()
713 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()