Home
last modified time | relevance | path

Searched refs:DefaultLogPageSize (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ntfs/
Dlogfile.h61 #define DefaultLogPageSize 4096 macro
Dlogfile.c512 if (PAGE_CACHE_SIZE >= DefaultLogPageSize && PAGE_CACHE_SIZE <= in ntfs_check_logfile()
513 DefaultLogPageSize * 2) in ntfs_check_logfile()
514 log_page_size = DefaultLogPageSize; in ntfs_check_logfile()