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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h313 * placed on the id_inowait list. When the VOP_UPDATE is done, all
314 * operations on the id_inowait list are moved to the id_bufwait list.
324 * on the id_inowait list. When an inode is updated (a VOP_UPDATE is
330 * buffer. Also at update time, the tasks on the id_inowait list are
341 * The diradd is added to the id_inowait list as it cannot be safely
369 struct workhead id_inowait; /* operations waiting inode update */ member in struct:inodedep
450 * This ad_fragfree request is attached to the id_inowait list of the
555 struct worklist ff_list; /* id_inowait or delayed worklist */
576 struct worklist fb_list; /* id_inowait or delayed worklist */
641 struct worklist fx_list; /* id_inowait o
[all...]
H A Dffs_softdep.c2367 LIST_INIT(&inodedep->id_inowait);
5093 cancel_jaddref(jaddref, inodedep, &inodedep->id_inowait);
5119 cancel_jaddref(jaddref, inodedep, &inodedep->id_inowait);
5147 cancel_jaddref(jaddref, inodedep, &inodedep->id_inowait);
5157 cancel_jaddref(jaddref, inodedep, &inodedep->id_inowait);
5160 cancel_jaddref(dotaddref, inodedep, &inodedep->id_inowait);
7842 WORKLIST_INSERT(&inodedep->id_inowait, &freefile->fx_list);
7872 !LIST_EMPTY(&inodedep->id_inowait) ||
7915 !LIST_EMPTY(&inodedep->id_inowait) ||
10038 WORKLIST_INSERT(&inodedep->id_inowait, w
[all...]

Completed in 183 milliseconds