Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_attr_item.c375 attrp->alfi_value_len = attr->xattri_nameval->value.i_len; in xfs_attr_log_item()
525 if (attrp->alfi_value_len > XATTR_SIZE_MAX) in xfs_attri_validate()
690 new_attrp->alfi_value_len = old_attrp->alfi_value_len; in xfs_attri_item_relog()
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()
765 attri_formatp->alfi_value_len); in xlog_recover_attri_commit_pass2()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_log_format.h989 uint32_t alfi_value_len; /* attr value length */ member