Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfsck_minix.c183 char check_file_blk[BLOCK_SIZE];
217 #define check_file_blk (G.check_file_blk ) macro
969 read_block(block, check_file_blk); in check_file()
970 name = check_file_blk + (offset % BLOCK_SIZE) + 2; in check_file()
977 write_block(block, check_file_blk); in check_file()
1019 read_block(block, check_file_blk); in check_file2()
1020 name = check_file_blk + (offset % BLOCK_SIZE) + 2; in check_file2()
1027 write_block(block, check_file_blk); in check_file2()