Home
last modified time | relevance | path

Searched refs:ovl_layer (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/overlayfs/
H A Dovl_entry.h32 struct ovl_layer { struct
49 static_assert(offsetof(struct ovl_layer, mnt) == 0);
50 static_assert(__same_type(typeof_member(struct ovl_layer, mnt), struct vfsmount *));
53 const struct ovl_layer *layer;
62 const struct ovl_layer *layers;
H A Dexport.c364 const struct ovl_layer *layer) in ovl_lookup_real_one()
420 const struct ovl_layer *layer);
427 const struct ovl_layer *layer) in ovl_lookup_real_inode()
492 const struct ovl_layer *layer) in ovl_lookup_real_ancestor()
545 const struct ovl_layer *layer) in ovl_lookup_real()
651 const struct ovl_layer *layer = upper ? &ofs->layers[0] : lowerpath->layer; in ovl_get_dentry()
H A Dsuper.c1121 struct ovl_layer *upper_layer, struct path *upperpath) in ovl_get_upper()
1587 struct ovl_layer *layers) in ovl_get_layers()
1707 struct ovl_fs *ofs, struct ovl_layer *layers) in ovl_get_lowerstack()
1882 struct ovl_layer *layers; in ovl_fill_super()
1929 layers = kcalloc(numlower + 1, sizeof(struct ovl_layer), GFP_KERNEL); in ovl_fill_super()
H A Dutil.c221 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
H A Doverlayfs.h273 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
H A Dreaddir.c693 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dovl_entry.h33 struct ovl_layer { struct
46 const struct ovl_layer *layer;
62 const struct ovl_layer *layers;
H A 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()
H A 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()
H A Doverlayfs.h441 const struct ovl_layer *ovl_i_layer_lower(struct inode *inode);
442 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
H A Dnamei.c360 const struct ovl_layer *layer, in ovl_lookup_data_layer()
396 const struct ovl_layer *layer; in ovl_lookup_data_layers()
H A Dreaddir.c699 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()
H A Dutil.c284 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()

Completed in 19 milliseconds