Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_extfree_item.c868 struct xfs_efi_log_format *efi_formatp; in xlog_recover_efi_commit_pass2() local
871 efi_formatp = item->ri_buf[0].iov_base; in xlog_recover_efi_commit_pass2()
879 efip = xfs_efi_init(mp, ITEM_TYPE(item), efi_formatp->efi_nextents); in xlog_recover_efi_commit_pass2()
885 atomic_set(&efip->efi_next_extent, efi_formatp->efi_nextents); in xlog_recover_efi_commit_pass2()
907 struct xfs_efi_log_format *efi_formatp; in xlog_recover_rtefi_commit_pass2() local
910 efi_formatp = item->ri_buf[0].iov_base; in xlog_recover_rtefi_commit_pass2()
918 efip = xfs_efi_init(mp, ITEM_TYPE(item), efi_formatp->efi_nextents); in xlog_recover_rtefi_commit_pass2()
924 atomic_set(&efip->efi_next_extent, efi_formatp->efi_nextents); in xlog_recover_rtefi_commit_pass2()