Lines Matching refs:worklist

89  * the old name must be added to the worklist to do the necessary
102 * The INPROGRESS flag marks worklist structures that are still on the
103 * worklist, but are being considered for action by some process.
111 * onto a worklist.
202 /* LIST_HEAD(workhead, worklist); -- declared in buf.h */
205 * Each request can be linked onto a work queue through its worklist structure.
208 * worklist is needed in the structure, then a wk_data field must be added
211 struct worklist {
212 LIST_ENTRY(worklist) wk_list; /* list of work requests */
219 LIST_ENTRY(worklist) wk_all; /* list of deps of this type */
294 struct worklist pd_list; /* page buffer */
329 * its worklist. Thus, it will be notified when the buffer is about
354 struct worklist id_list; /* buffer holding inode block */
397 struct worklist sm_list; /* cylgrp buffer */
427 struct worklist nb_list; /* See comment above. */
443 * "inodedep". The worklist is linked to the buffer that holds the block.
469 # define ad_list ad_block.nb_list /* block pointer worklist */
500 struct worklist ir_list; /* buffer holding indirect block */
517 * "indirdep". The worklist is linked to the buffer that holds the new block.
558 struct worklist ff_list; /* id_inowait or delayed worklist */
560 struct worklist *ff_jdep; /* Associated journal entry. */
579 struct worklist fb_list; /* id_inowait or delayed worklist */
609 struct worklist fw_list; /* Delayed worklist. */
633 struct worklist fd_list; /* Delayed worklist. */
644 struct worklist fx_list; /* id_inowait or delayed worklist */
688 struct worklist da_list; /* id_inowait or id_pendinghd list */
727 struct worklist md_list; /* id_inowait or buffer holding dir */
743 struct worklist dm_list; /* delayed worklist */
782 struct worklist db_list; /* id_inowait or pg_newdirblk */
793 struct worklist if_list; /* Journal pending or jseg entries. */
857 struct worklist jm_list; /* Linked to softdep_journal_pending. */
879 struct worklist jn_list; /* See lists above. */
883 struct worklist *jn_dep; /* Dependency to ref completed seg. */
896 struct worklist jb_list; /* For softdep journal pending. */
922 struct worklist fr_list; /* Linked to softdep_journal_pending. */
947 struct worklist jfs_list; /* For softdep journal pending. */
960 struct worklist jd_list; /* See above for lists. */
975 struct worklist js_list; /* b_deps link for journal */
998 struct worklist sb_list; /* b_dep linkage */
1048 struct worklist *sd_worklist_tail; /* Tail pointer for above */
1050 struct worklist *sd_journal_tail; /* Tail pointer for above */
1068 int sd_on_worklist; /* Items on the worklist */