firstu 130 fs/xfs/libxfs/xfs_attr.h int firstu; /* first used byte in buffer */ firstu 557 fs/xfs/xfs_attr_list.c ASSERT(context->firstu >= sizeof(*alist)); firstu 558 fs/xfs/xfs_attr_list.c ASSERT(context->firstu <= context->bufsize); firstu 572 fs/xfs/xfs_attr_list.c context->firstu -= ATTR_ENTSIZE(namelen); firstu 573 fs/xfs/xfs_attr_list.c if (context->firstu < arraytop) { firstu 580 fs/xfs/xfs_attr_list.c aep = (attrlist_ent_t *)&context->alist[context->firstu]; firstu 584 fs/xfs/xfs_attr_list.c alist->al_offset[context->count++] = context->firstu; firstu 640 fs/xfs/xfs_attr_list.c context.firstu = context.bufsize; firstu 51 fs/xfs/xfs_trace.h __field(int, firstu) firstu 64 fs/xfs/xfs_trace.h __entry->firstu = ctx->firstu; firstu 78 fs/xfs/xfs_trace.h __entry->firstu, firstu 175 fs/xfs/xfs_trace.h __field(int, firstu) firstu 190 fs/xfs/xfs_trace.h __entry->firstu = ctx->firstu; firstu 207 fs/xfs/xfs_trace.h __entry->firstu, firstu 136 fs/xfs/xfs_xattr.c if (arraytop > context->firstu) { firstu 229 fs/xfs/xfs_xattr.c context.firstu = context.bufsize;