Home
last modified time | relevance | path

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

/NextBSD/sbin/newfs_nandfs/
HDnewfs_nandfs.c68 #define NANDFS_FIRST_BLOCK nandfs_first_block() macro
507 if (block->number < NANDFS_FIRST_BLOCK) in save_segsum()
509 if (block->number == NANDFS_FIRST_BLOCK) in save_segsum()
529 fsdata.f_first_data_block = NANDFS_FIRST_BLOCK; in create_fsdata()
567 super_block.s_last_pseg = NANDFS_FIRST_BLOCK; in create_super_block()
816 start_block = NANDFS_FIRST_BLOCK + SIZE_TO_BLOCK(segsum_size); in create_fs()
853 save_segsum(get_block(NANDFS_FIRST_BLOCK, 0)); in create_fs()