Lines Matching refs:attri_formatp
955 struct xfs_attri_log_format *attri_formatp, in xfs_attri_validate_name_iovec() argument
961 attri_formatp, sizeof(*attri_formatp)); in xfs_attri_validate_name_iovec()
965 if (!xfs_attr_namecheck(attri_formatp->alfi_attr_filter, iovec->i_addr, in xfs_attri_validate_name_iovec()
968 attri_formatp, sizeof(*attri_formatp)); in xfs_attri_validate_name_iovec()
980 struct xfs_attri_log_format *attri_formatp, in xfs_attri_validate_value_iovec() argument
986 attri_formatp, sizeof(*attri_formatp)); in xfs_attri_validate_value_iovec()
990 if ((attri_formatp->alfi_attr_filter & XFS_ATTR_PARENT) && in xfs_attri_validate_value_iovec()
993 attri_formatp, sizeof(*attri_formatp)); in xfs_attri_validate_value_iovec()
1011 struct xfs_attri_log_format *attri_formatp; in xlog_recover_attri_commit_pass2() local
1032 attri_formatp = item->ri_buf[i].i_addr; in xlog_recover_attri_commit_pass2()
1033 if (!xfs_attri_validate(mp, attri_formatp)) { in xlog_recover_attri_commit_pass2()
1035 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1040 op = xfs_attr_log_item_op(attri_formatp); in xlog_recover_attri_commit_pass2()
1047 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1050 name_len = attri_formatp->alfi_name_len; in xlog_recover_attri_commit_pass2()
1051 value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1058 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1061 name_len = attri_formatp->alfi_name_len; in xlog_recover_attri_commit_pass2()
1062 value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1068 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1071 name_len = attri_formatp->alfi_name_len; in xlog_recover_attri_commit_pass2()
1080 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1083 name_len = attri_formatp->alfi_old_name_len; in xlog_recover_attri_commit_pass2()
1084 new_name_len = attri_formatp->alfi_new_name_len; in xlog_recover_attri_commit_pass2()
1085 new_value_len = value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1089 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1095 attr_name = xfs_attri_validate_name_iovec(mp, attri_formatp, in xlog_recover_attri_commit_pass2()
1104 attri_formatp, &item->ri_buf[i], in xlog_recover_attri_commit_pass2()
1113 attr_value = xfs_attri_validate_value_iovec(mp, attri_formatp, in xlog_recover_attri_commit_pass2()
1123 attri_formatp, &item->ri_buf[i], in xlog_recover_attri_commit_pass2()
1136 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1145 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1163 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1175 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1180 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1197 memcpy(&attrip->attri_format, attri_formatp, len); in xlog_recover_attri_commit_pass2()