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

/fs/xfs/
H A Dxfs_xattr.c142 int arraytop; local
153 arraytop = context->count + prefix_len + namelen + 1;
154 if (arraytop > context->firstu) {
H A Dxfs_attr_list.c558 int arraytop; local
576 arraytop = sizeof(*alist) +
579 if (context->firstu < arraytop) {

Completed in 106 milliseconds