Home
last modified time | relevance | path

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

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