Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ufs/ffs/
H A Dsoftdep.h371 struct workhead id_bufwait; /* operations after inode written */ member
H A Dffs_softdep.c2453 LIST_INIT(&inodedep->id_bufwait);
4184 WORKLIST_INSERT(&inodedep->id_bufwait, &mkdir->md_list);
8060 !LIST_EMPTY(&inodedep->id_bufwait) ||
8104 !LIST_EMPTY(&inodedep->id_bufwait) ||
8989 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list);
9855 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list);
11702 wkhd = &inodedep->id_bufwait;
12118 jwork_move(&inodedep->id_bufwait, &wkhd);
12141 LIST_FIRST(&inodedep->id_bufwait) == 0))
12796 WORKLIST_INSERT(&inodedep->id_bufwait, wk);
[all …]