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

/linux-master/fs/xfs/
H A Dxfs_attr_item.c329 attrp->alfi_value_len = attr->xattri_nameval->value.i_len;
491 if (attrp->alfi_value_len > XATTR_SIZE_MAX)
653 new_attrp->alfi_value_len = old_attrp->alfi_value_len;
741 if (attri_formatp->alfi_value_len != 0) {
742 if (item->ri_buf[2].i_len != xlog_calc_iovec_len(attri_formatp->alfi_value_len)) {
759 attri_formatp->alfi_value_len);
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h991 uint32_t alfi_value_len; /* attr value length */ member in struct:xfs_attri_log_format

Completed in 124 milliseconds