Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlogfile.c64 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header()
200 if (ra_ofs + ra_len > le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
202 le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
374 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
386 if (size >= le32_to_cpu(rp->system_page_size)) { in ntfs_check_and_load_restart_page()
387 memcpy(trp, rp, le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
397 to_read = le32_to_cpu(rp->system_page_size) - size; in ntfs_check_and_load_restart_page()
424 le32_to_cpu(rp->system_page_size))) { in ntfs_check_and_load_restart_page()
Dlogfile.h80 /* 16*/ le32 system_page_size; /* Byte size of system pages when the log file member