Home
last modified time | relevance | path

Searched refs:allocate_new_file (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c31 static int allocate_new_file(struct fs_file_t *file);
160 rc = allocate_new_file(&fs_file); in write_log_to_file()
177 rc = allocate_new_file(f); in write_log_to_file()
203 rc = allocate_new_file(f); in write_log_to_file()
256 static int allocate_new_file(struct fs_file_t *file) in allocate_new_file() function