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

/linux-4.4.14/fs/xfs/
H A Dxfs_xattr.c169 int arraytop; xfs_xattr_put_listent() local
180 arraytop = context->count + prefix_len + namelen + 1; xfs_xattr_put_listent()
181 if (arraytop > context->firstu) { xfs_xattr_put_listent()
H A Dxfs_attr_list.c559 int arraytop; xfs_attr_put_listent() local
577 arraytop = sizeof(*alist) + xfs_attr_put_listent()
580 if (context->firstu < arraytop) { xfs_attr_put_listent()

Completed in 355 milliseconds