Home
last modified time | relevance | path

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

/fs/ntfs/
Dlogfile.c354 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()
[all …]
/fs/xfs/libxfs/
Dxfs_bmap.c1334 xfs_bmbt_rec_host_t *trp = xfs_iext_get_ext(ifp, i); in xfs_bmap_read_extents() local
1335 trp->l0 = be64_to_cpu(frp->l0); in xfs_bmap_read_extents()
1336 trp->l1 = be64_to_cpu(frp->l1); in xfs_bmap_read_extents()