Searched refs:check_file_blk (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfsck_minix.c147 char check_file_blk[BLOCK_SIZE]; member in struct:globals
190 #define check_file_blk (G.check_file_blk ) macro
991 read_block(block, check_file_blk);
992 name = check_file_blk + (offset % BLOCK_SIZE) + 2;
999 write_block(block, check_file_blk);
1041 read_block(block, check_file_blk);
1042 name = check_file_blk + (offset % BLOCK_SIZE) + 2;
1049 write_block(block, check_file_blk);

Completed in 100 milliseconds