Home
last modified time | relevance | path

Searched defs:thr (Results 1 – 3 of 3) sorted by relevance

/fs/bcachefs/
Dthread_with_file.c14 void bch2_thread_with_file_exit(struct thread_with_file *thr) in bch2_thread_with_file_exit()
22 int bch2_run_thread_with_file(struct thread_with_file *thr, in bch2_run_thread_with_file()
106 static void thread_with_stdio_done(struct thread_with_stdio *thr) in thread_with_stdio_done()
117 struct thread_with_stdio *thr = in thread_with_stdio_read() local
156 struct thread_with_stdio *thr = in thread_with_stdio_release() local
170 struct thread_with_stdio *thr = in thread_with_stdio_write() local
226 struct thread_with_stdio *thr = in thread_with_stdio_poll() local
245 struct thread_with_stdio *thr = in thread_with_stdout_poll() local
261 struct thread_with_stdio *thr = in thread_with_stdio_flush() local
269 struct thread_with_stdio *thr = in thread_with_stdio_ioctl() local
[all …]
Dchardev.c131 struct thread_with_stdio thr; member
138 struct fsck_thread *thr = container_of(_thr, struct fsck_thread, thr); in bch2_fsck_thread_exit() local
144 struct fsck_thread *thr = container_of(stdio, struct fsck_thread, thr); in bch2_fsck_offline_thread_fn() local
176 struct fsck_thread *thr = NULL; in bch2_ioctl_fsck_offline() local
427 struct thread_with_file thr; member
780 struct fsck_thread *thr = container_of(stdio, struct fsck_thread, thr); in bch2_fsck_online_thread_fn() local
821 struct fsck_thread *thr = NULL; in bch2_ioctl_fsck_online() local
Dthread_with_file.h61 struct thread_with_file thr; member