Searched refs:REG_TYPE_STR (Results 1 – 1 of 1) sorted by relevance
/fs/xfs/ |
D | xfs_log.c | 1983 #define REG_TYPE_STR(type, str) [XLOG_REG_TYPE_##type] = str in xlog_print_tic_res() macro 1985 REG_TYPE_STR(BFORMAT, "bformat"), in xlog_print_tic_res() 1986 REG_TYPE_STR(BCHUNK, "bchunk"), in xlog_print_tic_res() 1987 REG_TYPE_STR(EFI_FORMAT, "efi_format"), in xlog_print_tic_res() 1988 REG_TYPE_STR(EFD_FORMAT, "efd_format"), in xlog_print_tic_res() 1989 REG_TYPE_STR(IFORMAT, "iformat"), in xlog_print_tic_res() 1990 REG_TYPE_STR(ICORE, "icore"), in xlog_print_tic_res() 1991 REG_TYPE_STR(IEXT, "iext"), in xlog_print_tic_res() 1992 REG_TYPE_STR(IBROOT, "ibroot"), in xlog_print_tic_res() 1993 REG_TYPE_STR(ILOCAL, "ilocal"), in xlog_print_tic_res() [all …]
|