Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dlogfile.c68 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header()
212 if ((u32)(ra_ofs + ra_len) > le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
214 le32_to_cpu(rp->system_page_size) || in ntfs_check_restart_area()
281 * function needs @rp->system_page_size bytes in @rp, i.e. it requires the full
295 > le32_to_cpu(rp->system_page_size)) in ntfs_check_log_client_array()
301 if (offset_clients >= le32_to_cpu(rp->system_page_size)) in ntfs_check_log_client_array()
323 > le32_to_cpu(rp->system_page_size)) in ntfs_check_log_client_array()
400 if ((le32_to_cpu(rp->system_page_size) in ntfs_check_and_load_restart_page()
402 || (le32_to_cpu(rp->system_page_size) in ntfs_check_and_load_restart_page()
405 trp = ntfs_malloc(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdump_logfile.c301 if (page_size != le32_to_cpu(rstr->system_page_size)) { in restart_header_sanity()
302 page_size = le32_to_cpu(rstr->system_page_size); in restart_header_sanity()
360 ntfs_log_info("system_page_size = %u (0x%x)\n", in dump_restart_areas_header()
361 (unsigned int)le32_to_cpu(rstr->system_page_size), in dump_restart_areas_header()
362 (unsigned int)le32_to_cpu(rstr->system_page_size)); in dump_restart_areas_header()
H A Dntfsrecover.c2728 printf("system_page_size %08lx\n", in showrest()
2729 (long)le32_to_cpu(rest->system_page_size)); in showrest()
3160 u32 system_page_size; in getlogfiledata() local
3172 system_page_size = le32_to_cpu(rph->system_page_size); in getlogfiledata()
3174 if (system_page_size < NTFS_BLOCK_SIZE || in getlogfiledata()
3176 system_page_size & (system_page_size - 1) || in getlogfiledata()
3181 if (off & 7 || off > system_page_size) { in getlogfiledata()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c350 const long system_page_size = sysconf(_SC_PAGE_SIZE); in crocus_get_param() local
352 if (system_memory_pages <= 0 || system_page_size <= 0) in crocus_get_param()
356 (uint64_t) system_memory_pages * (uint64_t) system_page_size; in crocus_get_param()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c171 const long system_page_size = sysconf(_SC_PAGE_SIZE); in iris_get_video_memory() local
173 if (system_memory_pages <= 0 || system_page_size <= 0) in iris_get_video_memory()
177 (uint64_t) system_memory_pages * (uint64_t) system_page_size; in iris_get_video_memory()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogfile.h78 /* 16*/ le32 system_page_size; /* Byte size of system pages when the log file member
197 has to be <= system_page_size. Also,
215 system_page_size. On Win2k and presumably

Completed in 10 milliseconds