Lines Matching refs:attri_formatp
709 struct xfs_attri_log_format *attri_formatp;
715 attri_formatp = item->ri_buf[0].i_addr;
726 if (!xfs_attri_validate(mp, attri_formatp)) {
734 xlog_calc_iovec_len(attri_formatp->alfi_name_len)) {
740 if (!xfs_attr_namecheck(attr_name, attri_formatp->alfi_name_len)) {
747 if (attri_formatp->alfi_value_len != 0) {
748 if (item->ri_buf[2].i_len != xlog_calc_iovec_len(attri_formatp->alfi_value_len)) {
764 attri_formatp->alfi_name_len, attr_value,
765 attri_formatp->alfi_value_len);
768 memcpy(&attrip->attri_format, attri_formatp, len);