Home
last modified time | relevance | path

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

/linux-6.14.4/fs/bcachefs/
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 *,
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()
118 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_read()
156 struct thread_with_stdio *thr = in thread_with_stdio_release()
157 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_release()
170 struct thread_with_stdio *thr = in thread_with_stdio_write()
171 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_write()
226 struct thread_with_stdio *thr = in thread_with_stdio_poll()
227 container_of(file->private_data, struct thread_with_stdio, thr); in thread_with_stdio_poll()
245 struct thread_with_stdio *thr = in thread_with_stdout_poll()
[all …]
Dfsck.c3156 struct thread_with_stdio thr;
3161 static void bch2_fsck_thread_exit(struct thread_with_stdio *_thr) in bch2_fsck_thread_exit()
3167 static int bch2_fsck_offline_thread_fn(struct thread_with_stdio *stdio) in bch2_fsck_offline_thread_fn()
3279 static int bch2_fsck_online_thread_fn(struct thread_with_stdio *stdio) in bch2_fsck_online_thread_fn()