Lines Matching defs:line

304  * @function:	Function in which the log line occurred
305 * @file: File in which the log line occurred
306 * @line: Line number on which the log line occurred
307 * @level: Level at which the line is logged
320 int line, u32 level, void *data, const char *format, ...)
331 ret = ntfs_log.handler(function, file, line, level, data, format, args);
341 * @function: Function in which the log line occurred
342 * @file: File in which the log line occurred
343 * @line: Line number on which the log line occurred
344 * @level: Level at which the line is logged
363 int line __attribute__((unused)), u32 level,
425 * @function: Function in which the log line occurred
426 * @file: File in which the log line occurred
427 * @line: Line number on which the log line occurred
428 * @level: Level at which the line is logged
433 * A simple logging handler. This is where the log line is finally displayed.
445 int line, u32 level, void *data, const char *format, va_list args)
484 if (ntfs_log.flags & NTFS_LOG_FLAG_LINE) /* Source line number */
485 ret += fprintf(stream, "(%d) ", line);
516 * @function: Function in which the log line occurred
517 * @file: File in which the log line occurred
518 * @line: Line number on which the log line occurred
519 * @level: Level at which the line is logged
530 int line __attribute__((unused)), u32 level __attribute__((unused)), void *data __attribute__((unused)),
538 * @function: Function in which the log line occurred
539 * @file: File in which the log line occurred
540 * @line: Line number on which the log line occurred
541 * @level: Level at which the line is logged
558 int line, u32 level, void *data, const char *format, va_list args)
565 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
570 * @function: Function in which the log line occurred
571 * @file: File in which the log line occurred
572 * @line: Line number on which the log line occurred
573 * @level: Level at which the line is logged
591 int line, u32 level, void *data, const char *format, va_list args)
598 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
603 * @function: Function in which the log line occurred
604 * @file: File in which the log line occurred
605 * @line: Line number on which the log line occurred
606 * @level: Level at which the line is logged
623 int line, u32 level, void *data, const char *format, va_list args)
630 return ntfs_log_handler_fprintf(function, file, line, level, data, format, args);
635 * ntfs_log_parse_option - Act upon command line options
638 * Delegate some of the work of parsing the command line. All the options begin