Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c382 attrp->alfi_value_len = attr->xattri_nameval->value.i_len; in xfs_attr_log_item()
539 if (attrp->alfi_value_len > XATTR_SIZE_MAX) in xfs_attri_validate()
703 new_attrp->alfi_value_len = old_attrp->alfi_value_len; in xfs_attri_item_relog()
789 if (attri_formatp->alfi_value_len != 0) { in xlog_recover_attri_commit_pass2()
790 if (item->ri_buf[i].i_len != xlog_calc_iovec_len(attri_formatp->alfi_value_len)) { in xlog_recover_attri_commit_pass2()
814 if (attr_value != NULL || attri_formatp->alfi_value_len != 0) { in xlog_recover_attri_commit_pass2()
842 attri_formatp->alfi_value_len); in xlog_recover_attri_commit_pass2()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h989 uint32_t alfi_value_len; /* attr value length */ member