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

/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h301 * placed on the id_inowait list. When the VOP_UPDATE is done, all
302 * operations on the id_inowait list are moved to the id_bufwait list.
312 * on the id_inowait list. When an inode is updated (a VOP_UPDATE is
318 * buffer. Also at update time, the tasks on the id_inowait list are
329 * The diradd is added to the id_inowait list as it cannot be safely
356 struct workhead id_inowait; /* operations waiting inode update */ member in struct:inodedep
437 * This ad_fragfree request is attached to the id_inowait list of the
542 struct worklist ff_list; /* id_inowait or delayed worklist */
562 struct worklist fb_list; /* id_inowait or delayed worklist */
627 struct worklist fx_list; /* id_inowait o
[all...]
H A Dffs_softdep.c2238 LIST_INIT(&inodedep->id_inowait);
4868 cancel_jaddref(jaddref, inodedep, &inodedep->id_inowait);
4896 cancel_jaddref(jaddref, inodedep, &inodedep->id_inowait);
4926 cancel_jaddref(jaddref, inodedep, &inodedep->id_inowait);
4936 cancel_jaddref(jaddref, inodedep, &inodedep->id_inowait);
4939 cancel_jaddref(dotaddref, inodedep, &inodedep->id_inowait);
7573 WORKLIST_INSERT(&inodedep->id_inowait, &freefile->fx_list);
7605 !LIST_EMPTY(&inodedep->id_inowait) ||
7649 !LIST_EMPTY(&inodedep->id_inowait) ||
9755 WORKLIST_INSERT(&inodedep->id_inowait, w
[all...]

Completed in 177 milliseconds