Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_xattr.c229 int arraytop; in __xfs_xattr_put_listent() local
237 arraytop = context->count + prefix_len + namelen + 1; in __xfs_xattr_put_listent()
238 if (arraytop > context->firstu) { in __xfs_xattr_put_listent()
H A Dxfs_handle.c338 int arraytop; in xfs_ioc_attr_put_listent() local
352 arraytop = sizeof(*alist) + in xfs_ioc_attr_put_listent()
358 if (context->firstu < arraytop) { in xfs_ioc_attr_put_listent()