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

/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_namei.c136 struct dirent dstdp; local
255 dstdp.d_fileno = d_ino;
256 dstdp.d_type = DT_UNKNOWN;
257 dstdp.d_namlen = d_namlen;
258 dstdp.d_reclen = GENERIC_DIRSIZ(&dstdp);
259 bcopy(d_name, dstdp.d_name, dstdp.d_namlen);
260 bzero(dstdp.d_name + dstdp
[all...]
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_lookup.c141 struct dirent dstdp; local
207 dstdp.d_namlen = dp->e2d_namlen;
208 dstdp.d_type = FTTODT(dp->e2d_type);
210 dstdp.d_namlen > dp->e2d_reclen) {
216 dstdp.d_fileno = dp->e2d_ino;
217 dstdp.d_reclen = GENERIC_DIRSIZ(&dstdp);
218 bcopy(dp->e2d_name, dstdp.d_name, dstdp.d_namlen);
219 dstdp
[all...]

Completed in 47 milliseconds