Home
last modified time | relevance | path

Searched refs:YAFFS_TNODES_LEVEL0_BITS (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/fs/yaffs2/
Dyaffs_guts.h45 #define YAFFS_TNODES_LEVEL0_BITS 4 macro
49 #define YAFFS_TNODES_INTERNAL_BITS (YAFFS_TNODES_LEVEL0_BITS - 1)
52 #define YAFFS_TNODES_MAX_BITS (YAFFS_TNODES_LEVEL0_BITS + \
Dyaffs_verify.c248 x = last_chunk >> YAFFS_TNODES_LEVEL0_BITS; in yaffs_verify_file()
Dyaffs_guts.c819 i = chunk_id >> YAFFS_TNODES_LEVEL0_BITS; in yaffs_find_tnode_0()
832 (YAFFS_TNODES_LEVEL0_BITS + in yaffs_find_tnode_0()
875 x = chunk_id >> YAFFS_TNODES_LEVEL0_BITS; in yaffs_add_find_tnode_0()
908 (YAFFS_TNODES_LEVEL0_BITS + in yaffs_add_find_tnode_0()
Dyaffs_yaffs2.c471 base_offset = chunk_offset << YAFFS_TNODES_LEVEL0_BITS; in yaffs2_checkpt_tnode_worker()