Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c24 #define DefaultLogPageSize 4096 macro
658 page_size = DefaultLogPageSize; in norm_file_page()
3764 #if PAGE_SIZE >= DefaultLogPageSize && PAGE_SIZE <= DefaultLogPageSize * 2 in log_replay()
3908 t32 == DefaultLogPageSize); in log_replay()

Completed in 10 milliseconds