Searched refs:BS (Results 1 – 2 of 2) sorted by relevance
59 #define BS 4096 macro169 offset = (r % (f->max_blocks - 1)) * BS; in init_io()181 sqe->len = BS; in init_io()234 f->max_blocks = bytes / BS; in get_file_size()237 f->max_blocks = st.st_size / BS; in get_file_size()261 if (cqe->res != BS) { in reap_events()544 if (posix_memalign(&buf, BS, BS)) { in main()549 s->iovecs[i].iov_len = BS; in main()
23 #define BS (32*1024) macro145 if (this_size > BS) in copy_file()146 this_size = BS; in copy_file()