Home
last modified time | relevance | path

Searched refs:system_page_size (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dlogfile.c50 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header()
186 if (ra_ofs + ra_len > le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
188 le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
256 * function needs @rp->system_page_size bytes in @rp, i.e. it requires the full
360 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
372 if (size >= le32_to_cpu(rp->system_page_size)) { in ntfs_check_and_load_restart_page()
373 memcpy(trp, rp, le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
383 to_read = le32_to_cpu(rp->system_page_size) - size; in ntfs_check_and_load_restart_page()
410 le32_to_cpu(rp->system_page_size))) { in ntfs_check_and_load_restart_page()
H A Dlogfile.h66 /* 16*/ le32 system_page_size; /* Byte size of system pages when the log file member
182 has to be <= system_page_size. Also,
200 system_page_size. On Win2k and presumably
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlogfile.c50 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header()
186 if (ra_ofs + ra_len > le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
188 le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
256 * function needs @rp->system_page_size bytes in @rp, i.e. it requires the full
360 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
372 if (size >= le32_to_cpu(rp->system_page_size)) { in ntfs_check_and_load_restart_page()
373 memcpy(trp, rp, le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
383 to_read = le32_to_cpu(rp->system_page_size) - size; in ntfs_check_and_load_restart_page()
410 le32_to_cpu(rp->system_page_size))) { in ntfs_check_and_load_restart_page()
H A Dlogfile.h66 /* 16*/ le32 system_page_size; /* Byte size of system pages when the log file member
182 has to be <= system_page_size. Also,
200 system_page_size. On Win2k and presumably

Completed in 4 milliseconds