Searched refs:DE_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_io.c72 #define DE_SIZE (sizeof(struct dirent)) macro
90 offset = uio->uio_offset / DE_SIZE; /* offset in the directory */
91 limit = uio->uio_resid / DE_SIZE;
92 if (uio->uio_resid < DE_SIZE || uio->uio_offset < 0) {
98 bzero((caddr_t)&de, DE_SIZE);
99 de.d_reclen = DE_SIZE;
109 error = uiomove(&de, DE_SIZE, uio);
113 uio->uio_offset += DE_SIZE;
151 bzero((caddr_t)&de, DE_SIZE);
152 de.d_reclen = DE_SIZE;
[all...]

Completed in 77 milliseconds