Searched refs:total (Results 1 – 1 of 1) sorted by relevance
176 size_t total = 0; in _hurd_xattr_list() local180 total += len; in _hurd_xattr_list()181 if (bufp != NULL && total <= *size) in _hurd_xattr_list()196 if (buffer != NULL && total > *size) in _hurd_xattr_list()198 *size = total; in _hurd_xattr_list()
Completed in 4 milliseconds