Home
last modified time | relevance | path

Searched refs:arraytop (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_xattr.c138 int arraytop; in xfs_xattr_put_listent() local
149 arraytop = context->count + prefix_len + namelen + 1; in xfs_xattr_put_listent()
150 if (arraytop > context->firstu) { in xfs_xattr_put_listent()
/linux-2.6.39/fs/xfs/
Dxfs_attr.c667 int arraytop; in xfs_attr_put_listent() local
685 arraytop = sizeof(*alist) + in xfs_attr_put_listent()
688 if (context->firstu < arraytop) { in xfs_attr_put_listent()