Searched refs:ovl_layer (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | ovl_entry.h | 32 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 D | export.c | 364 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 D | super.c | 1121 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 D | util.c | 221 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
|
H A D | overlayfs.h | 273 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
|
H A D | readdir.c | 693 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | ovl_entry.h | 33 struct ovl_layer { struct 46 const struct ovl_layer *layer; 62 const struct ovl_layer *layers;
|
H A D | export.c | 377 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 D | super.c | 540 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 D | overlayfs.h | 441 const struct ovl_layer *ovl_i_layer_lower(struct inode *inode); 442 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry);
|
H A D | namei.c | 360 const struct ovl_layer *layer, in ovl_lookup_data_layer() 396 const struct ovl_layer *layer; in ovl_lookup_data_layers()
|
H A D | readdir.c | 699 const struct ovl_layer *lower_layer = ovl_layer_lower(dir); in ovl_iterate_real()
|
H A D | util.c | 284 const struct ovl_layer *ovl_layer_lower(struct dentry *dentry) in ovl_layer_lower()
|
Completed in 19 milliseconds