SECTOR_SIZE        54 user/testbin/f_test/f_test.c #define BUFFER_SIZE  (2 * SECTOR_SIZE + 1)
SECTOR_SIZE        71 user/testbin/f_test/f_test.c #define FSIZE        ((SECTOR_SIZE + 1) * TMULT)
SECTOR_SIZE        76 user/testbin/f_test/f_test.c char cbuffer[SECTOR_SIZE + 1];
SECTOR_SIZE       208 user/testbin/f_test/f_test.c 	for (i = 0; i < SECTOR_SIZE + 1; i++) {
SECTOR_SIZE       213 user/testbin/f_test/f_test.c 		write(fd, cbuffer, SECTOR_SIZE + 1);