Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
A Dreaddir.c45 struct ovl_cache_entry *first_maybe_whiteout; member
167 p->next_maybe_whiteout = rdd->first_maybe_whiteout; in ovl_cache_entry_new()
168 rdd->first_maybe_whiteout = p; in ovl_cache_entry_new()
278 while (rdd->first_maybe_whiteout) { in ovl_check_whiteouts()
279 p = rdd->first_maybe_whiteout; in ovl_check_whiteouts()
280 rdd->first_maybe_whiteout = p->next_maybe_whiteout; in ovl_check_whiteouts()
304 rdd->first_maybe_whiteout = NULL; in ovl_dir_read()
314 if (!err && rdd->first_maybe_whiteout && rdd->dentry) in ovl_dir_read()

Completed in 5 milliseconds