Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_xattr.c130 int arraytop; in __xfs_xattr_put_listent() local
138 arraytop = context->count + prefix_len + namelen + 1; in __xfs_xattr_put_listent()
139 if (arraytop > context->firstu) { in __xfs_xattr_put_listent()
Dxfs_attr_list.c556 int arraytop; in xfs_attr_put_listent() local
575 arraytop = sizeof(*alist) + in xfs_attr_put_listent()
578 if (context->firstu < arraytop) { in xfs_attr_put_listent()