Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs/
Dlogfile.h47 #define DefaultLogPageSize 4096 macro
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()
/Linux-v6.1/fs/ntfs3/
Dfslog.c24 #define DefaultLogPageSize 4096 macro
656 page_size = DefaultLogPageSize; in norm_file_page()
1183 struct RESTART_HDR *r_page = kmalloc(DefaultLogPageSize, GFP_NOFS); in log_read_rst()
1256 if (DefaultLogPageSize != sys_page_size) { in log_read_rst()
3780 #if PAGE_SIZE >= DefaultLogPageSize && PAGE_SIZE <= DefaultLogPageSize * 2 in log_replay()
3941 norm_file_page(t32, &l_size, t32 == DefaultLogPageSize); in log_replay()