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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs.h244 struct bootfile ntm_bootfile; member in struct:ntfsmount
264 #define ntm_mftcn ntm_bootfile.bf_mftcn
265 #define ntm_mftmirrcn ntm_bootfile.bf_mftmirrcn
266 #define ntm_mftrecsz ntm_bootfile.bf_mftrecsz
267 #define ntm_spc ntm_bootfile.bf_spc
268 #define ntm_bps ntm_bootfile.bf_bps
H A Dntfs_vfsops.c313 bcopy( bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile) );
325 if (strncmp((const char *)ntmp->ntm_bootfile.bf_sysid, NTFS_BBID, NTFS_BBIDLEN)) {
341 ntmp->ntm_bps,ntmp->ntm_spc,ntmp->ntm_bootfile.bf_media,
621 sbp->f_blocks = ntmp->ntm_bootfile.bf_spv;

Completed in 99 milliseconds