Searched defs:stdio (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/bcachefs/
H A Dthread_with_file.h62 struct stdio_redirect stdio; member in struct:thread_with_stdio
H A Derror.c102 struct stdio_redirect *stdio = c->stdio; local
H A Dthread_with_file.c70 static bool stdio_redirect_has_input(struct stdio_redirect *stdio) argument
75 static bool stdio_redirect_has_output(struct stdio_redirect *stdio) argument
82 static bool stdio_redirect_has_input_space(struct stdio_redirect *stdio) argument
87 static bool stdio_redirect_has_output_space(struct stdio_redirect *stdio) argument
329 bch2_stdio_redirect_read(struct stdio_redirect *stdio, char *ubuf, size_t len) argument
358 bch2_stdio_redirect_readline(struct stdio_redirect *stdio, char *ubuf, size_t len) argument
421 bch2_stdio_redirect_vprintf(struct stdio_redirect *stdio, bool nonblocking, const char *fmt, va_list args) argument
448 bch2_stdio_redirect_printf(struct stdio_redirect *stdio, bool nonblocking, const char *fmt, ...) argument
[all...]
H A Dchardev.c146 static int bch2_fsck_offline_thread_fn(struct thread_with_stdio *stdio) argument
786 static int bch2_fsck_online_thread_fn(struct thread_with_stdio *stdio) argument
[all...]
H A Dsuper.c92 static void bch2_print_maybe_redirect(struct stdio_redirect *stdio, const char *fmt, va_list args) argument
108 struct stdio_redirect *stdio = (void *)(unsigned long)opts->stdio; local
118 struct stdio_redirect *stdio = bch2_fs_stdio_redirect(c); local
[all...]
H A Dbcachefs.h745 struct stdio_redirect *stdio; member in struct:bch_fs
1260 struct stdio_redirect *stdio = c->stdio; local

Completed in 152 milliseconds