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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs.h52 u_int16_t fh_foff; member in struct:fixuphdr
H A Dntfs_subr.c1884 if (fhp->fh_foff >= ntmp->ntm_spc * ntmp->ntm_mftrecsz * ntmp->ntm_bps) {
1885 printf("ntfs_procfixups: invalid offset: %x", fhp->fh_foff);
1888 fxp = (u_int16_t *) (buf + fhp->fh_foff);

Completed in 37 milliseconds