D | output_file.c | 98 #define to_output_file_gz(_o) \ argument 99 container_of((_o), struct output_file_gz, out) 106 #define to_output_file_normal(_o) \ argument 107 container_of((_o), struct output_file_normal, out) 115 #define to_output_file_callback(_o) \ argument 116 container_of((_o), struct output_file_callback, out)
|