Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/fs/fcb/
Dfcb_walk.c25 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_walk()
31 k_mutex_unlock(&fcb->f_mtx); in fcb_walk()
42 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_walk()
47 k_mutex_unlock(&fcb->f_mtx); in fcb_walk()
Dfcb_rotate.c17 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_rotate()
43 k_mutex_unlock(&fcb->f_mtx); in fcb_rotate()
Dfcb_append.c80 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_append()
112 k_mutex_unlock(&fcb->f_mtx); in fcb_append()
116 k_mutex_unlock(&fcb->f_mtx); in fcb_append()
Dfcb_getnext.c113 rc = k_mutex_lock(&fcb->f_mtx, K_FOREVER); in fcb_getnext()
118 k_mutex_unlock(&fcb->f_mtx); in fcb_getnext()
Dfcb.c170 k_mutex_init(&fcbp->f_mtx); in fcb_init()
/Zephyr-Core-3.7.0/include/zephyr/fs/
Dfcb.h116 struct k_mutex f_mtx; member