Lines Matching refs:reqs
14 XA_STATE(xas, &cache->reqs, 0); in cachefiles_ondemand_fd_release()
16 xa_lock(&cache->reqs); in cachefiles_ondemand_fd_release()
31 xa_unlock(&cache->reqs); in cachefiles_ondemand_fd_release()
95 req = xa_erase(&cache->reqs, id); in cachefiles_ondemand_fd_ioctl()
148 req = xa_erase(&cache->reqs, id); in cachefiles_ondemand_copen()
245 XA_STATE(xas, &cache->reqs, cache->req_id_next); in cachefiles_ondemand_daemon_read()
252 xa_lock(&cache->reqs); in cachefiles_ondemand_daemon_read()
259 xa_unlock(&cache->reqs); in cachefiles_ondemand_daemon_read()
267 xa_unlock(&cache->reqs); in cachefiles_ondemand_daemon_read()
273 xa_unlock(&cache->reqs); in cachefiles_ondemand_daemon_read()
291 xa_erase(&cache->reqs, id); in cachefiles_ondemand_daemon_read()
301 xa_erase(&cache->reqs, id); in cachefiles_ondemand_daemon_read()
317 XA_STATE(xas, &cache->reqs, 0); in cachefiles_ondemand_send_req()