Lines Matching refs:opcode
44 req->msg.opcode == CACHEFILES_OP_CLOSE) { in cachefiles_ondemand_fd_release()
132 if (!req || req->msg.opcode != CACHEFILES_OP_READ || in cachefiles_ondemand_fd_ioctl()
194 if (!req || req->msg.opcode != CACHEFILES_OP_OPEN || in cachefiles_ondemand_copen()
383 if (req->msg.opcode != CACHEFILES_OP_READ) in cachefiles_ondemand_select_req()
453 if (msg->opcode == CACHEFILES_OP_OPEN) { in cachefiles_ondemand_daemon_read()
465 if (msg->opcode == CACHEFILES_OP_OPEN) { in cachefiles_ondemand_daemon_read()
476 if (ret || msg->opcode == CACHEFILES_OP_CLOSE) in cachefiles_ondemand_daemon_read()
485 enum cachefiles_opcode opcode, in cachefiles_ondemand_send_req() argument
512 req->msg.opcode = opcode; in cachefiles_ondemand_send_req()
547 if (opcode == CACHEFILES_OP_CLOSE && in cachefiles_ondemand_send_req()
601 if (opcode == CACHEFILES_OP_OPEN && in cachefiles_ondemand_send_req()