Searched defs:syncer_ctx (Results 1 – 1 of 1) sorted by relevance
108 struct syncer_ctx { struct109 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 */[all …]