HomeSort by: relevance | last modified time | path
    Searched refs:ntm_bootfile (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs.h 254 struct bootfile ntm_bootfile; member in struct:ntfsmount
271 #define ntm_mftcn ntm_bootfile.bf_mftcn
272 #define ntm_mftmirrcn ntm_bootfile.bf_mftmirrcn
273 #define ntm_mftrecsz ntm_bootfile.bf_mftrecsz
274 #define ntm_spc ntm_bootfile.bf_spc
275 #define ntm_bps ntm_bootfile.bf_bps
ntfs_vfsops.c 299 if (strncmp(ntmp->ntm_bootfile.bf_sysid, NTFS_BBID, NTFS_BBIDLEN)) {
344 memcpy(&ntmp->ntm_bootfile, bp->b_data, sizeof(struct bootfile));
359 ntmp->ntm_bps, ntmp->ntm_spc, ntmp->ntm_bootfile.bf_media,
633 sbp->f_blocks = ntmp->ntm_bootfile.bf_spv;

Completed in 34 milliseconds