Searched refs:ovl_readdir_data (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | readdir.c | 43 struct ovl_readdir_data { struct 73 static int ovl_casefold(struct ovl_readdir_data *rdd, const char *str, int len, in ovl_casefold() argument 146 static bool ovl_calc_d_ino(struct ovl_readdir_data *rdd, in ovl_calc_d_ino() 176 static struct ovl_cache_entry *ovl_cache_entry_new(struct ovl_readdir_data *rdd, in ovl_cache_entry_new() 217 static int ovl_cache_entry_add_rb(struct ovl_readdir_data *rdd, in ovl_cache_entry_add_rb() 244 static int ovl_fill_lowest(struct ovl_readdir_data *rdd, in ovl_fill_lowest() 314 struct ovl_readdir_data *rdd = in ovl_fill_merge() 315 container_of(ctx, struct ovl_readdir_data, ctx); in ovl_fill_merge() 351 static int ovl_check_whiteouts(const struct path *path, struct ovl_readdir_data *rdd) in ovl_check_whiteouts() 374 struct ovl_readdir_data *rdd) in ovl_dir_read() [all …]
|