Lines Matching refs:namelen
108 (int)sfe->namelen, in xfs_attr_shortform_list()
110 &sfe->nameval[sfe->namelen]); in xfs_attr_shortform_list()
154 sbp->hash = xfs_da_hashname(sfe->nameval, sfe->namelen); in xfs_attr_shortform_list()
156 sbp->namelen = sfe->namelen; in xfs_attr_shortform_list()
202 sbp->namelen, in xfs_attr_shortform_list()
204 &sbp->name[sbp->namelen]); in xfs_attr_shortform_list()
434 (int)name_loc->namelen, in xfs_attr3_leaf_list_int()
436 &name_loc->nameval[name_loc->namelen]); in xfs_attr3_leaf_list_int()
463 (int)name_rmt->namelen, in xfs_attr3_leaf_list_int()
471 (int)name_rmt->namelen, in xfs_attr3_leaf_list_int()
539 #define ATTR_ENTSIZE(namelen) /* actual bytes used by an attr */ \ argument
540 ((ATTR_ENTBASESIZE + (namelen) + 1 + sizeof(u_int32_t)-1) \
553 int namelen, in xfs_attr_put_listent() argument
579 context->firstu -= ATTR_ENTSIZE(namelen); in xfs_attr_put_listent()
589 memcpy(aep->a_name, name, namelen); in xfs_attr_put_listent()
590 aep->a_name[namelen] = 0; in xfs_attr_put_listent()