Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_xattr.c103 int arraytop; in __xfs_xattr_put_listent() local
111 arraytop = context->count + prefix_len + namelen + 1; in __xfs_xattr_put_listent()
112 if (arraytop > context->firstu) { in __xfs_xattr_put_listent()
Dxfs_ioctl.c312 int arraytop; in xfs_ioc_attr_put_listent() local
326 arraytop = sizeof(*alist) + in xfs_ioc_attr_put_listent()
332 if (context->firstu < arraytop) { in xfs_ioc_attr_put_listent()