Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 12 of 12) sorted by relevance

/system/ulib/ftl/inc/
A Dconfig.h11 #ifndef TRUE
12 #define TRUE 1 macro
32 #define OS_FATAL_CHECK TRUE // TRUE or FALSE
37 #define USE_LITE_KERNEL TRUE // tasks, FIFO semaphores, timers only
41 #define OS_MAKE_FATAL TRUE // TRUE or FALSE
59 #define INC_FTL_NDM_SLC TRUE // TargetFTL-NDM on NDM SLC
65 #define INC_PAGE_FTL TRUE // TRUE to include page-based FTL
70 #define FS_ASSERT TRUE // TRUE enables filesys PfAssert()
A Dtargetos.h42 #undef TRUE
43 #define TRUE 1 macro
/system/ulib/ftl/utils/
A Dfsys.c18 return (strcmp(s1, s2) == 0) ? TRUE : FALSE; in FNameEqu()
/system/ulib/ftl/ftln/
A Dftlnp.h20 #define FTLN_LEGACY TRUE // TRUE to be backward compatible
21 #define INC_ELIST TRUE // if true, write erased blocks list
24 #define FTLN_DEBUG TRUE
30 #define FTLN_3B_PN TRUE // if true, use 3B page numbers
A Dftln_rd.c187 ftl->assert_no_recycle = TRUE; in read_sectors()
355 *unmapped = TRUE; in FtlnMapRd()
A Dftln_intrnl.c425 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()
A Dftln_init.c677 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()
A Dftln_util.c413 ftl->assert_no_recycle = TRUE; in FtlnReport()
/system/ulib/ftl/inc/kprivate/
A Dfsprivate.h55 #define ADJUST_FCBs TRUE
59 #define FS_GRAB_SEM TRUE
63 #define FORCED_SYNC TRUE
A Dfsdriver.h21 #define INC_SECT_FTL TRUE
24 #define INC_PAGE_FTL TRUE
30 #define INC_FTL_PAGE_CACHE TRUE
/system/ulib/ftl/ndm/
A Dndm_intrnl.c11 #define BBL_INSERT_INC TRUE
586 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()
A Dndm_init.c133 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