Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_attr_item.c708 struct xfs_attri_log_format *attri_formatp; in xlog_recover_attri_commit_pass2() local
714 attri_formatp = item->ri_buf[0].i_addr; in xlog_recover_attri_commit_pass2()
725 if (!xfs_attri_validate(mp, attri_formatp)) { in xlog_recover_attri_commit_pass2()
733 xlog_calc_iovec_len(attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()
739 if (!xfs_attr_namecheck(attr_name, attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()
746 if (attri_formatp->alfi_value_len != 0) { in xlog_recover_attri_commit_pass2()
747 if (item->ri_buf[2].i_len != xlog_calc_iovec_len(attri_formatp->alfi_value_len)) { in xlog_recover_attri_commit_pass2()
763 attri_formatp->alfi_name_len, attr_value, in xlog_recover_attri_commit_pass2()
764 attri_formatp->alfi_value_len); in xlog_recover_attri_commit_pass2()
767 memcpy(&attrip->attri_format, attri_formatp, len); in xlog_recover_attri_commit_pass2()