Home
last modified time | relevance | path

Searched refs:thread_with_stdio (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
A Dthread_with_file.h52 struct thread_with_stdio;
55 void (*exit)(struct thread_with_stdio *);
56 int (*fn)(struct thread_with_stdio *);
57 long (*unlocked_ioctl)(struct thread_with_stdio *, unsigned int, unsigned long);
60 struct thread_with_stdio { struct
66 void bch2_thread_with_stdio_init(struct thread_with_stdio *, argument
68 int __bch2_run_thread_with_stdio(struct thread_with_stdio *);
69 int bch2_run_thread_with_stdio(struct thread_with_stdio *,
71 int bch2_run_thread_with_stdout(struct thread_with_stdio *,
A Dthread_with_file.c106 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()
156 struct thread_with_stdio *thr = in thread_with_stdio_release()
170 struct thread_with_stdio *thr = in thread_with_stdio_write()
226 struct thread_with_stdio *thr = in thread_with_stdio_poll()
245 struct thread_with_stdio *thr = in thread_with_stdout_poll()
261 struct thread_with_stdio *thr = in thread_with_stdio_flush()
269 struct thread_with_stdio *thr = in thread_with_stdio_ioctl()
296 struct thread_with_stdio *thr = arg; in thread_with_stdio_fn()
317 int bch2_run_thread_with_stdio(struct thread_with_stdio *thr, in bch2_run_thread_with_stdio()
[all …]
A Dchardev.c131 struct thread_with_stdio thr;
136 static void bch2_fsck_thread_exit(struct thread_with_stdio *_thr) in bch2_fsck_thread_exit()
142 static int bch2_fsck_offline_thread_fn(struct thread_with_stdio *stdio) in bch2_fsck_offline_thread_fn()
778 static int bch2_fsck_online_thread_fn(struct thread_with_stdio *stdio) in bch2_fsck_online_thread_fn()

Completed in 6 milliseconds