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);
150 rc = allocate_new_file(&fs_file); in write_log_to_file()
167 rc = allocate_new_file(f); in write_log_to_file()
193 rc = allocate_new_file(f); in write_log_to_file()
240 static int allocate_new_file(struct fs_file_t *file) in allocate_new_file() function