Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_attr_item.c376 attrp->alfi_name_len = attr->xattri_nameval->name.i_len; in xfs_attr_log_item()
528 if ((attrp->alfi_name_len > XATTR_NAME_MAX) || in xfs_attri_validate()
529 (attrp->alfi_name_len == 0)) in xfs_attri_validate()
690 new_attrp->alfi_name_len = old_attrp->alfi_name_len; in xfs_attri_item_relog()
733 xlog_calc_iovec_len(attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()
739 if (!xfs_attr_namecheck(attr_name, attri_formatp->alfi_name_len)) { in xlog_recover_attri_commit_pass2()
763 attri_formatp->alfi_name_len, attr_value, in xlog_recover_attri_commit_pass2()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_log_format.h981 uint32_t alfi_name_len; /* attr name length */ member