Home
last modified time | relevance | path

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

/NextBSD/sys/ufs/ffs/
HDffs_softdep.c12872 flush_pagedep_deps(pvp, mp, diraddhdp) in flush_pagedep_deps() argument
12875 struct diraddhd *diraddhdp;
12891 while ((dap = LIST_FIRST(diraddhdp)) != NULL) {
12904 if (dap != LIST_FIRST(diraddhdp))
12951 if (error == 0 && dap == LIST_FIRST(diraddhdp))
12960 if (dap != LIST_FIRST(diraddhdp))
12996 if (dap != LIST_FIRST(diraddhdp))
13004 if (dap == LIST_FIRST(diraddhdp)) {
13019 if (dap == LIST_FIRST(diraddhdp)) {
13030 LIST_INSERT_HEAD(diraddhdp, dap, da_pdlist);