Home | History | Annotate | Download | only in ntfs

Lines Matching defs:rdbuf

773 	void *        rdbuf = NULL;	/* Buffer to read directory's blocks  */
814 rdbuf = malloc(blsize, M_TEMP, M_WAITOK);
821 0, rdsize, rdbuf, NULL);
828 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff);
832 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff))
914 cn = *(cn_t *) ((char *)rdbuf + aoff +
919 ntfs_cntob(cn), rdsize, rdbuf, NULL);
924 rdbuf, rdsize);
928 aoff = (((struct attr_indexalloc *) rdbuf)->ia_hdrsize +
937 "$I30", ntfs_cntob(cn), rdsize, rdbuf, NULL);
943 rdbuf, rdsize);
982 if (rdbuf)
983 free(rdbuf, M_TEMP);
1027 void * rdbuf; /* Buffer to read directory's blocks */
1057 rdbuf = fp->f_dirblbuf;
1059 dprintf(("%s: rdbuf: %p, blsize: %d\n", __func__, rdbuf, blsize));
1107 ntfs_cntob(blnum * cpbl), rdsize, rdbuf, NULL);
1113 rdbuf, rdsize);
1119 (0x18 + ((struct attr_indexalloc *) rdbuf)->ia_hdrsize) :
1122 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff);
1125 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff))