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

  /src/usr.sbin/fstyp/
ntfs.c 144 size_t recsize; local in function:fstyp_ntfs
155 recsize = mftrecsz > 0 ? (size_t)(mftrecsz * bf->bf_bps * bf->bf_spc)
159 (off_t)recsize * NTFS_VOLUMEINO);
161 filerecp = read_buf(fp, voloff, recsize);
ntfs.c 144 size_t recsize; local in function:fstyp_ntfs
155 recsize = mftrecsz > 0 ? (size_t)(mftrecsz * bf->bf_bps * bf->bf_spc)
159 (off_t)recsize * NTFS_VOLUMEINO);
161 filerecp = read_buf(fp, voloff, recsize);

Completed in 144 milliseconds