f_dirblbuf        117 ntfs/ntfs_inode.h 	caddr_t         f_dirblbuf;
f_dirblbuf        832 ntfs/ntfs_subr.c 	if (fp->f_dirblbuf)
f_dirblbuf        833 ntfs/ntfs_subr.c 		FREE(fp->f_dirblbuf, M_NTFSDIR);
f_dirblbuf       1248 ntfs/ntfs_subr.c 	if (fp->f_dirblbuf == NULL) {
f_dirblbuf       1250 ntfs/ntfs_subr.c 		fp->f_dirblbuf = (caddr_t) malloc(
f_dirblbuf       1255 ntfs/ntfs_subr.c 	rdbuf = fp->f_dirblbuf;