DIR_BUF_SIZE       64 third_party/talloc/libreplace/repdir_getdents.c 	char buf[DIR_BUF_SIZE];
DIR_BUF_SIZE      105 third_party/talloc/libreplace/repdir_getdents.c 		d->nbytes = getdents(d->fd, d->buf, DIR_BUF_SIZE);
DIR_BUF_SIZE      126 third_party/talloc/libreplace/repdir_getdents.c 	if (d->seekpos & (DIR_BUF_SIZE-1)) {
DIR_BUF_SIZE      135 third_party/talloc/libreplace/repdir_getdents.c 	d->seekpos = lseek(d->fd, ofs & ~(DIR_BUF_SIZE-1), SEEK_SET);
DIR_BUF_SIZE      136 third_party/talloc/libreplace/repdir_getdents.c 	d->nbytes = getdents(d->fd, d->buf, DIR_BUF_SIZE);
DIR_BUF_SIZE      138 third_party/talloc/libreplace/repdir_getdents.c 	while (d->ofs < (ofs & (DIR_BUF_SIZE-1))) {
DIR_BUF_SIZE       66 third_party/talloc/libreplace/repdir_getdirentries.c 	char buf[DIR_BUF_SIZE];
DIR_BUF_SIZE      107 third_party/talloc/libreplace/repdir_getdirentries.c 		d->nbytes = getdirentries(d->fd, d->buf, DIR_BUF_SIZE, &pos);
DIR_BUF_SIZE      133 third_party/talloc/libreplace/repdir_getdirentries.c 	if (d->seekpos & (DIR_BUF_SIZE-1)) {
DIR_BUF_SIZE      147 third_party/talloc/libreplace/repdir_getdirentries.c 	d->seekpos = lseek(d->fd, ofs & ~(DIR_BUF_SIZE-1), SEEK_SET);
DIR_BUF_SIZE      148 third_party/talloc/libreplace/repdir_getdirentries.c 	d->nbytes = getdirentries(d->fd, d->buf, DIR_BUF_SIZE, &pos);
DIR_BUF_SIZE      150 third_party/talloc/libreplace/repdir_getdirentries.c 	while (d->ofs < (ofs & (DIR_BUF_SIZE-1))) {