Home | History | Annotate | Download | only in client

Lines Matching refs:DIRBLKSIZ

2669  * end of the directory, or uio_resid == 0, with all DIRBLKSIZ chunks
2717 (uio_uio_resid(uiop) & (DIRBLKSIZ - 1)) == 0,
2722 * adding one additional DIRBLKSIZ makes sense. Since uio_resid
2723 * and nm_readdirsize are both exact multiples of DIRBLKSIZ, this
2728 readsize = uio_uio_resid(uiop) + DIRBLKSIZ;
2957 left = DIRBLKSIZ - blksiz;
2974 if (blksiz == DIRBLKSIZ)
3068 * Fill last record, iff any, out to a multiple of DIRBLKSIZ
3072 left = DIRBLKSIZ - blksiz;
3096 * Add extra empty records to any remaining DIRBLKSIZ chunks.
3107 dp->d_reclen = DIRBLKSIZ;
3108 uio_iov_base_add(uiop, DIRBLKSIZ);
3109 uio_iov_len_add(uiop, -(DIRBLKSIZ));
3110 uio_uio_resid_add(uiop, -(DIRBLKSIZ));
3111 uiop->uio_offset += DIRBLKSIZ;
3123 * (ditto above w.r.t. multiple of DIRBLKSIZ, etc.)
3153 (uio_uio_resid(uiop) & (DIRBLKSIZ - 1)) == 0,
3364 left = DIRBLKSIZ - blksiz;
3381 if (blksiz == DIRBLKSIZ)
3560 * Fill last record, iff any, out to a multiple of DIRBLKSIZ
3564 left = DIRBLKSIZ - blksiz;
3588 * Add extra empty records to any remaining DIRBLKSIZ chunks.
3599 dp->d_reclen = DIRBLKSIZ;
3600 uio_iov_base_add(uiop, DIRBLKSIZ);
3601 uio_iov_len_add(uiop, -(DIRBLKSIZ));
3602 uio_uio_resid_add(uiop, -(DIRBLKSIZ));
3603 uiop->uio_offset += DIRBLKSIZ;