Home
last modified time | relevance | path

Searched refs:wb_completion (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dbacking-dev-defs.h68 struct wb_completion { struct
74 (struct wb_completion){ .cnt = ATOMIC_INIT(1), .waitq = (_waitq) }
78 * ->done should be set to a wb_completion defined using the following
86 struct wb_completion cmpl = WB_COMPLETION_INIT(bdi)
H A Dwriteback.h222 enum wb_reason reason, struct wb_completion *done);
H A Dbacking-dev.h45 void wb_wait_for_completion(struct wb_completion *done);
H A Dmemcontrol.h192 struct wb_completion done; /* tracks in-flight foreign writebacks */
/kernel/linux/linux-6.6/include/linux/
H A Dbacking-dev-defs.h63 struct wb_completion { struct
69 (struct wb_completion){ .cnt = ATOMIC_INIT(1), .waitq = (_waitq) }
73 * ->done should be set to a wb_completion defined using the following
81 struct wb_completion cmpl = WB_COMPLETION_INIT(bdi)
H A Dbacking-dev.h43 void wb_wait_for_completion(struct wb_completion *done);
H A Dwriteback.h213 enum wb_reason reason, struct wb_completion *done);
H A Dmemcontrol.h191 struct wb_completion done; /* tracks in-flight foreign writebacks */
/kernel/linux/linux-5.10/fs/
H A Dfs-writeback.c55 struct wb_completion *done; /* set if the caller waits */
164 struct wb_completion *done = work->done; in finish_writeback_work()
198 * @done: target wb_completion
206 void wb_wait_for_completion(struct wb_completion *done) in wb_wait_for_completion()
923 * @done: target wb_completion
929 enum wb_reason reason, struct wb_completion *done) in cgroup_writeback_by_id()
/kernel/linux/linux-6.6/fs/
H A Dfs-writeback.c55 struct wb_completion *done; /* set if the caller waits */
147 struct wb_completion *done = work->done; in finish_writeback_work()
181 * @done: target wb_completion
189 void wb_wait_for_completion(struct wb_completion *done) in wb_wait_for_completion()
1033 * @done: target wb_completion
1039 enum wb_reason reason, struct wb_completion *done) in cgroup_writeback_by_id()

Completed in 17 milliseconds