Files - Description

baio_random.cc
baio_sequential.cc - Used to simulate BAIO random and sequential access
			baio descriptor flag should be set to NOBUFFER 
			to initiate a non-buffered IO request 


ext2_sequential.c
ext2_random.c	-    Used to simulate EXT2 random and sequential access


kaio_buff_random.cc
kaio_buff_sequential.cc - Used to simulate KAIO buffered random and sequential access


kaio_non-buff_random.cc
kaio_non-buff_sequential.cc - Used to simulate KAIO non-buffered random and sequential access


raw_random.c
raw_sequential.c - Used to simulate RAW random and sequential access.
