Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dlogfile.h47 #define DefaultLogPageSize 4096 macro
H A Dlogfile.c499 if (PAGE_SIZE >= DefaultLogPageSize && PAGE_SIZE <= in ntfs_check_logfile()
500 DefaultLogPageSize * 2) in ntfs_check_logfile()
501 log_page_size = DefaultLogPageSize; in ntfs_check_logfile()
/openbmc/linux/fs/ntfs3/
H A Dfslog.c24 #define DefaultLogPageSize 4096 macro
673 page_size = DefaultLogPageSize; in norm_file_page()
3787 #if PAGE_SIZE >= DefaultLogPageSize && PAGE_SIZE <= DefaultLogPageSize * 2 in log_replay()
3931 t32 == DefaultLogPageSize); in log_replay()