Searched refs:fs_mgmt_ctxt (Results 1 – 1 of 1) sorted by relevance
109 } fs_mgmt_ctxt; variable124 if (fs_mgmt_ctxt.state != STATE_NO_UPLOAD_OR_DOWNLOAD) { in fs_mgmt_cleanup()125 fs_mgmt_ctxt.state = STATE_NO_UPLOAD_OR_DOWNLOAD; in fs_mgmt_cleanup()126 fs_mgmt_ctxt.off = 0; in fs_mgmt_cleanup()127 fs_mgmt_ctxt.len = 0; in fs_mgmt_cleanup()128 memset(fs_mgmt_ctxt.path, 0, sizeof(fs_mgmt_ctxt.path)); in fs_mgmt_cleanup()129 fs_close(&fs_mgmt_ctxt.file); in fs_mgmt_cleanup()130 fs_mgmt_ctxt.transport = NULL; in fs_mgmt_cleanup()136 if (k_sem_take(&fs_mgmt_ctxt.lock_sem, FILE_SEMAPHORE_MAX_TAKE_TIME_WORK_HANDLER)) { in file_close_work_handler()138 k_work_reschedule(&fs_mgmt_ctxt.file_close_work, FILE_CLOSE_IDLE_TIME); in file_close_work_handler()[all …]