Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_rotate.c26 rc = fcb_rotate(fcb); in ZTEST()
59 rc = fcb_rotate(fcb); in ZTEST()
87 rc = fcb_rotate(fcb); in ZTEST()
Dfcb_test_multiple_scratch.c80 rc = fcb_rotate(fcb); in ZTEST()
/Zephyr-latest/subsys/fs/fcb/
DCMakeLists.txt8 fcb_rotate.c
Dfcb_rotate.c12 fcb_rotate(struct fcb *fcb) in fcb_rotate() function
Dfcb.c352 rc = fcb_rotate(fcbp); in fcb_clear()
/Zephyr-latest/include/zephyr/fs/
Dfcb.h254 int fcb_rotate(struct fcb *fcbp);
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst44 this fails due to lack of space, you can call :c:func:`fcb_rotate` to erase
57 can call :c:func:`fcb_rotate`, if you're done with that data.
/Zephyr-latest/subsys/settings/src/
Dsettings_fcb.c300 rc = fcb_rotate(&cf->cf_fcb); in settings_fcb_compress()