Searched refs:fcb_append_finish (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/tests/subsys/fs/fcb/src/ |
D | fcb_test_reset.c | 46 rc = fcb_append_finish(fcb, &loc); in ZTEST() 84 rc = fcb_append_finish(fcb, &loc); in ZTEST() 126 rc = fcb_append_finish(fcb, &loc); in ZTEST()
|
D | fcb_test_multiple_scratch.c | 43 rc = fcb_append_finish(fcb, &loc); in ZTEST() 71 rc = fcb_append_finish(fcb, &loc); in ZTEST()
|
D | fcb_test_rotate.c | 52 rc = fcb_append_finish(fcb, &loc); in ZTEST() 83 rc = fcb_append_finish(fcb, &loc); in ZTEST()
|
D | fcb_test_append.c | 28 rc = fcb_append_finish(_fcb, &loc); in test_fcb_append()
|
D | fcb_test_crc_disabled_after_enabled.c | 27 rc = fcb_append_finish(&test_fcb, &loc); in fcb_pretest_crc_disabled_after_enabled()
|
D | fcb_test_append_too_big.c | 68 rc = fcb_append_finish(fcb, &elem_loc); in ZTEST()
|
D | fcb_test_append_fill.c | 51 rc = fcb_append_finish(fcb, &loc); in ZTEST()
|
D | fcb_test_last_of_n.c | 40 rc = fcb_append_finish(fcb, &loc); in ZTEST()
|
/Zephyr-latest/include/zephyr/fs/ |
D | fcb.h | 192 int fcb_append_finish(struct fcb *fcbp, struct fcb_entry *append_loc);
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_fcb.c | 294 rc = fcb_append_finish(&cf->cf_fcb, &loc2.loc); in settings_fcb_compress() 359 i = fcb_append_finish(&cf->cf_fcb, &loc.loc); in settings_fcb_save_priv()
|
/Zephyr-latest/subsys/fs/fcb/ |
D | fcb_append.c | 121 fcb_append_finish(struct fcb *fcb, struct fcb_entry *loc) in fcb_append_finish() function
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 48 - Call :c:func:`fcb_append_finish` when done. This completes the writing of the
|