Lines Matching refs:reqs
32 xas.xa = &cache->reqs; in cachefiles_ondemand_fd_release()
34 xa_lock(&cache->reqs); in cachefiles_ondemand_fd_release()
49 xa_unlock(&cache->reqs); in cachefiles_ondemand_fd_release()
122 XA_STATE(xas, &cache->reqs, id); in cachefiles_ondemand_fd_ioctl()
130 xa_lock(&cache->reqs); in cachefiles_ondemand_fd_ioctl()
134 xa_unlock(&cache->reqs); in cachefiles_ondemand_fd_ioctl()
138 xa_unlock(&cache->reqs); in cachefiles_ondemand_fd_ioctl()
167 XA_STATE(xas, &cache->reqs, 0); in cachefiles_ondemand_copen()
191 xa_lock(&cache->reqs); in cachefiles_ondemand_copen()
196 xa_unlock(&cache->reqs); in cachefiles_ondemand_copen()
200 xa_unlock(&cache->reqs); in cachefiles_ondemand_copen()
274 XA_STATE(xas, &cache->reqs, 0); in cachefiles_ondemand_restore()
421 XA_STATE(xas, &cache->reqs, cache->req_id_next); in cachefiles_ondemand_daemon_read()
423 xa_lock(&cache->reqs); in cachefiles_ondemand_daemon_read()
435 xa_unlock(&cache->reqs); in cachefiles_ondemand_daemon_read()
443 xa_unlock(&cache->reqs); in cachefiles_ondemand_daemon_read()
451 xa_unlock(&cache->reqs); in cachefiles_ondemand_daemon_read()
492 XA_STATE(xas, &cache->reqs, 0); in cachefiles_ondemand_send_req()
716 xa_lock(&cache->reqs); in cachefiles_ondemand_clean_object()
718 xa_for_each(&cache->reqs, index, req) { in cachefiles_ondemand_clean_object()
722 __xa_erase(&cache->reqs, index); in cachefiles_ondemand_clean_object()
725 xa_unlock(&cache->reqs); in cachefiles_ondemand_clean_object()