Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_attr_item.c386 attrp->alfi_value_len = nv->value.i_len; in xfs_attr_log_item()
569 if (attrp->alfi_value_len != sizeof(struct xfs_parent_rec)) in xfs_attri_validate()
580 if (attrp->alfi_value_len > XATTR_SIZE_MAX) in xfs_attri_validate()
588 if (attrp->alfi_value_len != 0) in xfs_attri_validate()
600 if (attrp->alfi_value_len != sizeof(struct xfs_parent_rec)) in xfs_attri_validate()
832 new_attrp->alfi_value_len = old_attrp->alfi_value_len; in xfs_attr_relog_intent()
1051 value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1062 value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
1085 new_value_len = value_len = attri_formatp->alfi_value_len; in xlog_recover_attri_commit_pass2()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h1068 uint32_t alfi_value_len; /* attr value length */ member