Searched refs:firstu (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_leaf.h206 int firstu; /* first used byte in buffer */ member in struct:xfs_attr_list_context
H A Dxfs_attr.c641 context.firstu = context.bufsize;
649 context.firstu = context.bufsize;
2192 (__psunsigned_t)context->firstu,
2221 (__psunsigned_t)context->firstu,
2251 (__psunsigned_t)context->firstu,
2280 (__psunsigned_t)context->firstu,
H A Dxfs_attr_leaf.c2443 if (arraytop > context->firstu) {
2459 ASSERT(context->firstu >= sizeof(*context->alist));
2460 ASSERT(context->firstu <= context->bufsize);
2464 context->firstu -= ATTR_ENTSIZE(namelen);
2465 if (context->firstu < arraytop) {
2471 aep = (attrlist_ent_t *)&(((char *)context->alist)[ context->firstu ]);
2475 context->alist->al_offset[ context->count++ ] = context->firstu;
H A Dxfsidbg.c3241 qprintf(" alist 0x%p, size %lu, count %lu, firstu %lu, Llen %lu",
4843 kdb_printf("alist 0x%p, bufsize 0x%x, count %d, firstu 0x%x\n",
4845 context->firstu);

Completed in 117 milliseconds