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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs.h186 #define NTFS_BLOCK_SIZE 512 macro
H A Dntfs_subr.c1878 if ((fhp->fh_fnum - 1) * NTFS_BLOCK_SIZE != len) {
1889 cfxp = (u_int16_t *) (buf + NTFS_BLOCK_SIZE - 2);
1897 cfxp = (u_int16_t *) ((caddr_t) cfxp + NTFS_BLOCK_SIZE);

Completed in 122 milliseconds