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

/linux-4.4.14/fs/overlayfs/
H A Dreaddir.c43 struct ovl_cache_entry *first_maybe_whiteout; member in struct:ovl_readdir_data
102 p->next_maybe_whiteout = rdd->first_maybe_whiteout; ovl_cache_entry_new()
103 rdd->first_maybe_whiteout = p; ovl_cache_entry_new()
222 while (rdd->first_maybe_whiteout) { ovl_check_whiteouts()
223 p = rdd->first_maybe_whiteout; ovl_check_whiteouts()
224 rdd->first_maybe_whiteout = p->next_maybe_whiteout; ovl_check_whiteouts()
249 rdd->first_maybe_whiteout = NULL; ovl_dir_read()
259 if (!err && rdd->first_maybe_whiteout) ovl_dir_read()

Completed in 136 milliseconds