Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c383 attrp->alfi_name_len = attr->xattri_nameval->name.i_len; in xfs_attr_log_item()
542 if ((attrp->alfi_name_len > XATTR_NAME_MAX) || in xfs_attri_validate()
543 (attrp->alfi_name_len == 0)) in xfs_attri_validate()
704 new_attrp->alfi_name_len = old_attrp->alfi_name_len; in xfs_attri_item_relog()
773 xlog_calc_iovec_len(attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()
781 attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()
827 if (attr_name == NULL || attri_formatp->alfi_name_len == 0) { in xlog_recover_attri_commit_pass2()
841 attri_formatp->alfi_name_len, attr_value, in xlog_recover_attri_commit_pass2()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h988 uint32_t alfi_name_len; /* attr name length */ member