Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ufs/ffs/
H A Dsoftdep.h365 struct workhead id_bufwait; /* operations after inode written */ member
H A Dffs_softdep.c2242 LIST_INIT(&inodedep->id_bufwait);
3785 WORKLIST_INSERT(&inodedep->id_bufwait, &mkdir->md_list);
7668 !LIST_EMPTY(&inodedep->id_bufwait) ||
7712 !LIST_EMPTY(&inodedep->id_bufwait) ||
8589 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list);
9456 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list);
11240 wkhd = &inodedep->id_bufwait;
11653 jwork_move(&inodedep->id_bufwait, &wkhd);
11676 LIST_FIRST(&inodedep->id_bufwait) == 0))
12317 WORKLIST_INSERT(&inodedep->id_bufwait, wk);
[all …]