Lines Matching defs:syncer_ctx
108 struct syncer_ctx { struct
109 struct mount *sc_mp;
110 struct lwkt_token sc_token;
111 struct thread *sc_thread;
112 int sc_flags;
113 struct synclist *syncer_workitem_pending;
114 long syncer_mask;
115 int syncer_delayno;
116 int syncer_forced;
117 int syncer_rushjob; /* sequence vnodes faster */
118 int syncer_trigger; /* trigger full sync */
119 long syncer_count;