Home | History | Annotate | Download | only in ckckp

Lines Matching defs:bs

114 	int bs = 0;
119 bs = -1;
123 bs = atoi(optarg);
143 if (bs < 0 && getenv("BS") != NULL)
144 bs = atoi(getenv("BS"));
145 if (bs < 0)
146 bs = 16384;
157 if ((c = write_dirs(j, bs, plex)) == 0)
159 printf("%d: %d files of size %d\n", j, c, bs);