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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c55 #define NTFS_LCNALLOC_BSIZE 4096 macro
56 #define NTFS_LCNALLOC_SKIP NTFS_LCNALLOC_BSIZE
225 * NTFS_LCNALLOC_BSIZE bytes at a time, so we need to cope with crossing over
275 buf = ntfs_malloc(NTFS_LCNALLOC_BSIZE);
321 NTFS_LCNALLOC_BSIZE, buf);
330 * We might have read less than NTFS_LCNALLOC_BSIZE bytes

Completed in 31 milliseconds