Lines Matching refs:trp
341 RESTART_PAGE_HEADER *trp; in ntfs_check_and_load_restart_page() local
360 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page()
361 if (!trp) { 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()
380 memcpy(trp, rp, size); in ntfs_check_and_load_restart_page()
397 memcpy((u8*)trp + have_read, page_address(page), size); in ntfs_check_and_load_restart_page()
408 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count)) in ntfs_check_and_load_restart_page()
409 && post_read_mst_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page()
433 if (!ntfs_check_log_client_array(vi, trp)) { in ntfs_check_and_load_restart_page()
446 *wrp = trp; in ntfs_check_and_load_restart_page()
449 ntfs_free(trp); in ntfs_check_and_load_restart_page()