Searched refs:TRUE (Results 1 – 12 of 12) sorted by relevance
11 #ifndef TRUE12 #define TRUE 1 macro32 #define OS_FATAL_CHECK TRUE // TRUE or FALSE37 #define USE_LITE_KERNEL TRUE // tasks, FIFO semaphores, timers only41 #define OS_MAKE_FATAL TRUE // TRUE or FALSE59 #define INC_FTL_NDM_SLC TRUE // TargetFTL-NDM on NDM SLC65 #define INC_PAGE_FTL TRUE // TRUE to include page-based FTL70 #define FS_ASSERT TRUE // TRUE enables filesys PfAssert()
42 #undef TRUE43 #define TRUE 1 macro
18 return (strcmp(s1, s2) == 0) ? TRUE : FALSE; in FNameEqu()
20 #define FTLN_LEGACY TRUE // TRUE to be backward compatible21 #define INC_ELIST TRUE // if true, write erased blocks list24 #define FTLN_DEBUG TRUE30 #define FTLN_3B_PN TRUE // if true, use 3B page numbers
187 ftl->assert_no_recycle = TRUE; in read_sectors()355 *unmapped = TRUE; in FtlnMapRd()
425 return TRUE; in recycle_possible()798 ftl->assert_no_recycle = TRUE; in partial_page_write()979 need_recycle = TRUE; in write_sectors()1025 return TRUE; in FtlnRecNeeded()1029 return TRUE; in FtlnRecNeeded()1231 FtlnShow = TRUE; in FtlnRecCheck()
677 ftl->copy_end_found = TRUE; in format_status()729 formatted = TRUE; in format_status()790 return TRUE; in format_status()831 return FtlnSetClustSect1(ftl, ftl->main_buf, TRUE); in read_bpb()849 if (map_page_check(ftl, ftl->start_pn + pn, TRUE) < 0) in meta_read()1504 fat->fixed = TRUE; in FtlnAddVol()
413 ftl->assert_no_recycle = TRUE; in FtlnReport()
55 #define ADJUST_FCBs TRUE59 #define FS_GRAB_SEM TRUE63 #define FORCED_SYNC TRUE
21 #define INC_SECT_FTL TRUE24 #define INC_PAGE_FTL TRUE30 #define INC_FTL_PAGE_CACHE TRUE
11 #define BBL_INSERT_INC TRUE586 found = TRUE; in mark_extra_bblock()613 return TRUE; in run_bad_block()1334 transfer_finished = TRUE; in ndmMarkBadBlock()1340 transfer_finished = TRUE; in ndmMarkBadBlock()1348 if (status == TRUE) in ndmMarkBadBlock()2305 if (rc == TRUE) in ndmInsertBBL()
133 return TRUE; in format_status()220 if (status == TRUE) { in init_ibad_list()935 wr_metadata = TRUE; in init_ndm()1295 return TRUE; in ndmInitBadBlock()
Completed in 30 milliseconds