Home
last modified time | relevance | path

Searched refs:al_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_attr.h101 __s32 al_offset[1]; /* byte offsets of attrs [var-sized] */ member
119 &((char *)buffer)[ ((attrlist_t *)(buffer))->al_offset[index] ])
Dxfs_attr_leaf.c2463 context->count * sizeof(context->alist->al_offset[0]); in xfs_attr_put_listent()
2475 context->alist->al_offset[ context->count++ ] = context->firstu; in xfs_attr_put_listent()
Dxfs_attr.c645 context.alist->al_offset[0] = context.bufsize; in xfs_attr_list()