Searched refs:first_maybe_whiteout (Results 1 – 1 of 1) sorted by relevance
43 struct ovl_cache_entry *first_maybe_whiteout; member102 p->next_maybe_whiteout = rdd->first_maybe_whiteout; in ovl_cache_entry_new()103 rdd->first_maybe_whiteout = p; in ovl_cache_entry_new()222 while (rdd->first_maybe_whiteout) { in ovl_check_whiteouts()223 p = rdd->first_maybe_whiteout; in ovl_check_whiteouts()224 rdd->first_maybe_whiteout = p->next_maybe_whiteout; in ovl_check_whiteouts()249 rdd->first_maybe_whiteout = NULL; in ovl_dir_read()259 if (!err && rdd->first_maybe_whiteout) in ovl_dir_read()