Lines Matching refs:trp
354 RESTART_PAGE_HEADER *trp; in ntfs_check_and_load_restart_page() local
373 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
374 if (!trp) { in ntfs_check_and_load_restart_page()
386 memcpy(trp, rp, le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
393 memcpy(trp, rp, size); in ntfs_check_and_load_restart_page()
410 memcpy((u8*)trp + have_read, page_address(page), size); in ntfs_check_and_load_restart_page()
421 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count)) in ntfs_check_and_load_restart_page()
422 && post_read_mst_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
446 if (!ntfs_check_log_client_array(vi, trp)) { in ntfs_check_and_load_restart_page()
459 *wrp = trp; in ntfs_check_and_load_restart_page()
462 ntfs_free(trp); in ntfs_check_and_load_restart_page()