Searched refs:attri_formatp (Results 1 – 1 of 1) sorted by relevance
709 struct xfs_attri_log_format *attri_formatp; in xlog_recover_attri_commit_pass2() local715 attri_formatp = item->ri_buf[0].i_addr; in xlog_recover_attri_commit_pass2()726 if (!xfs_attri_validate(mp, attri_formatp)) { in xlog_recover_attri_commit_pass2()734 xlog_calc_iovec_len(attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()740 if (!xfs_attr_namecheck(attr_name, attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()747 if (attri_formatp->alfi_value_len != 0) { in xlog_recover_attri_commit_pass2()748 if (item->ri_buf[2].i_len != xlog_calc_iovec_len(attri_formatp->alfi_value_len)) { in xlog_recover_attri_commit_pass2()764 attri_formatp->alfi_name_len, attr_value, in xlog_recover_attri_commit_pass2()765 attri_formatp->alfi_value_len); in xlog_recover_attri_commit_pass2()768 memcpy(&attrip->attri_format, attri_formatp, len); in xlog_recover_attri_commit_pass2()