Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_xattr.c198 int arraytop; in __xfs_xattr_put_listent() local
206 arraytop = context->count + prefix_len + namelen + 1; in __xfs_xattr_put_listent()
207 if (arraytop > context->firstu) { in __xfs_xattr_put_listent()
Dxfs_ioctl.c314 int arraytop; in xfs_ioc_attr_put_listent() local
328 arraytop = sizeof(*alist) + in xfs_ioc_attr_put_listent()
334 if (context->firstu < arraytop) { in xfs_ioc_attr_put_listent()