Searched refs:firstu (Results 1 – 3 of 3) sorted by relevance
221 int firstu; /* first used byte in buffer */ member
653 context.firstu = context.bufsize; in xfs_attr_list()661 context.firstu = context.bufsize; in xfs_attr_list()2214 (__psunsigned_t)context->firstu, in xfs_attr_trace_l_c()2243 (__psunsigned_t)context->firstu, in xfs_attr_trace_l_cn()2272 (__psunsigned_t)context->firstu, in xfs_attr_trace_l_cb()2301 (__psunsigned_t)context->firstu, in xfs_attr_trace_l_cl()
2397 if (arraytop > context->firstu) { in xfs_attr_put_listent()2413 ASSERT(context->firstu >= sizeof(*context->alist)); in xfs_attr_put_listent()2414 ASSERT(context->firstu <= context->bufsize); in xfs_attr_put_listent()2418 context->firstu -= ATTR_ENTSIZE(namelen); in xfs_attr_put_listent()2419 if (context->firstu < arraytop) { in xfs_attr_put_listent()2425 aep = (attrlist_ent_t *)&(((char *)context->alist)[ context->firstu ]); in xfs_attr_put_listent()2429 context->alist->al_offset[ context->count++ ] = context->firstu; in xfs_attr_put_listent()