ntm_bootfile      249 ntfs/ntfs.h    	struct bootfile ntm_bootfile;
ntm_bootfile      267 ntfs/ntfs.h    #define ntm_mftcn	ntm_bootfile.bf_mftcn
ntm_bootfile      268 ntfs/ntfs.h    #define ntm_mftmirrcn	ntm_bootfile.bf_mftmirrcn
ntm_bootfile      269 ntfs/ntfs.h    #define	ntm_mftrecsz	ntm_bootfile.bf_mftrecsz
ntm_bootfile      270 ntfs/ntfs.h    #define	ntm_spc		ntm_bootfile.bf_spc
ntm_bootfile      271 ntfs/ntfs.h    #define	ntm_bps		ntm_bootfile.bf_bps
ntm_bootfile      548 ntfs/ntfs_vfsops.c 	bcopy(bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile));
ntm_bootfile      552 ntfs/ntfs_vfsops.c 	if (strncmp(ntmp->ntm_bootfile.bf_sysid, NTFS_BBID, NTFS_BBIDLEN)) {
ntm_bootfile      566 ntfs/ntfs_vfsops.c 		ntmp->ntm_bps,ntmp->ntm_spc,ntmp->ntm_bootfile.bf_media,
ntm_bootfile      891 ntfs/ntfs_vfsops.c 	sbp->f_blocks = ntmp->ntm_bootfile.bf_spv;