Lines Matching defs:mfrp
260 struct filerec *mfrp;
268 mfrp = malloc(ntfs_bntob(ntmp->ntm_bpmftrec), M_TEMP, M_WAITOK);
289 data = (char *)mfrp;
313 ntfs_bntob(ntmp->ntm_bpmftrec), mfrp, NULL);
321 error = ntfs_procfixups(ntmp, NTFS_FILEMAGIC, (void *)mfrp,
331 off = mfrp->fr_attroff;
332 ap = (struct attr *) ((char *)mfrp + off);
345 ap = (struct attr *) ((char *)mfrp + off);
353 ip->i_mainrec = mfrp->fr_mainrec;
354 ip->i_nlink = mfrp->fr_nlink;
355 ip->i_frflag = mfrp->fr_flags;
360 free(mfrp, M_TEMP);