Lines Matching refs:attri_formatp
953 struct xfs_attri_log_format *attri_formatp, in xfs_attri_validate_name_iovec() argument
959 attri_formatp, sizeof(*attri_formatp)); in xfs_attri_validate_name_iovec()
963 if (!xfs_attr_namecheck(attri_formatp->alfi_attr_filter, iovec->iov_base, in xfs_attri_validate_name_iovec()
966 attri_formatp, sizeof(*attri_formatp)); in xfs_attri_validate_name_iovec()
978 struct xfs_attri_log_format *attri_formatp, in xfs_attri_validate_value_iovec() argument
984 attri_formatp, sizeof(*attri_formatp)); in xfs_attri_validate_value_iovec()
988 if ((attri_formatp->alfi_attr_filter & XFS_ATTR_PARENT) && in xfs_attri_validate_value_iovec()
991 attri_formatp, sizeof(*attri_formatp)); in xfs_attri_validate_value_iovec()
1009 struct xfs_attri_log_format *attri_formatp; in xlog_recover_attri_commit_pass2() local
1030 attri_formatp = item->ri_buf[i].iov_base; in xlog_recover_attri_commit_pass2()
1031 if (!xfs_attri_validate(mp, attri_formatp)) { in xlog_recover_attri_commit_pass2()
1033 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1038 op = xfs_attr_log_item_op(attri_formatp); in xlog_recover_attri_commit_pass2()
1045 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1048 name_len = attri_formatp->alfi_name_len; in xlog_recover_attri_commit_pass2()
1049 value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1056 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1059 name_len = attri_formatp->alfi_name_len; in xlog_recover_attri_commit_pass2()
1060 value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1066 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1069 name_len = attri_formatp->alfi_name_len; in xlog_recover_attri_commit_pass2()
1078 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1081 name_len = attri_formatp->alfi_old_name_len; in xlog_recover_attri_commit_pass2()
1082 new_name_len = attri_formatp->alfi_new_name_len; in xlog_recover_attri_commit_pass2()
1083 new_value_len = value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1087 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1093 attr_name = xfs_attri_validate_name_iovec(mp, attri_formatp, in xlog_recover_attri_commit_pass2()
1102 attri_formatp, &item->ri_buf[i], in xlog_recover_attri_commit_pass2()
1111 attr_value = xfs_attri_validate_value_iovec(mp, attri_formatp, in xlog_recover_attri_commit_pass2()
1121 attri_formatp, &item->ri_buf[i], in xlog_recover_attri_commit_pass2()
1134 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1143 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1161 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1173 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1178 attri_formatp, len); in xlog_recover_attri_commit_pass2()
1195 memcpy(&attrip->attri_format, attri_formatp, len); in xlog_recover_attri_commit_pass2()