Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/fs/
Dfcb.h51 struct fcb_entry { struct
77 struct fcb_entry loc; /**< FCB entry info */ argument
124 struct fcb_entry f_active; /**< internal state */
182 int fcb_append(struct fcb *fcbp, uint16_t len, struct fcb_entry *loc);
192 int fcb_append_finish(struct fcb *fcbp, struct fcb_entry *append_loc);
244 int fcb_getnext(struct fcb *fcbp, struct fcb_entry *loc);
295 int fcb_offset_last_n(struct fcb *fcbp, uint8_t entries, struct fcb_entry *last_n_entry);
/Zephyr-latest/subsys/fs/fcb/
Dfcb_priv.h71 int fcb_getnext_in_sector(struct fcb *fcbp, struct fcb_entry *loc);
73 int fcb_getnext_nolock(struct fcb *fcbp, struct fcb_entry *loc);
75 int fcb_elem_info(struct fcb *fcbp, struct fcb_entry *loc);
76 int fcb_elem_endmarker(struct fcb *fcbp, struct fcb_entry *loc, uint8_t *crc8p);
Dfcb_elem_info.c20 fcb_elem_crc8(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *c8p) in fcb_elem_crc8()
74 fcb_elem_endmarker_fixed(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *em) in fcb_elem_endmarker_fixed()
106 fcb_elem_endmarker(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *em) in fcb_elem_endmarker()
120 int fcb_elem_info(struct fcb *_fcb, struct fcb_entry *loc) in fcb_elem_info()
Dfcb_getnext.c14 fcb_getnext_in_sector(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext_in_sector()
44 fcb_getnext_nolock(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext_nolock()
109 fcb_getnext(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext()
Dfcb_append.c60 fcb_append(struct fcb *fcb, uint16_t len, struct fcb_entry *append_loc) in fcb_append()
63 struct fcb_entry *active; in fcb_append()
121 fcb_append_finish(struct fcb *fcb, struct fcb_entry *loc) in fcb_append_finish()
Dfcb.c306 int fcb_offset_last_n(struct fcb *fcbp, uint8_t entries, struct fcb_entry *last_n_entry) in fcb_offset_last_n()
308 struct fcb_entry loc; in fcb_offset_last_n()
/Zephyr-latest/tests/subsys/settings/functional/fcb/
Dsettings_test_fcb.c14 struct fcb_entry loc; in ZTEST()
16 memset(&loc, 0, sizeof(struct fcb_entry)); in ZTEST()
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_last_of_n.c15 struct fcb_entry loc; in ZTEST()
16 struct fcb_entry areas[ENTRIES]; in ZTEST()
Dfcb_test_append.c13 struct fcb_entry loc; in test_fcb_append()
Dfcb_test_crc_disabled_after_enabled.c12 struct fcb_entry loc; in fcb_pretest_crc_disabled_after_enabled()
Dfcb_test_append_too_big.c16 struct fcb_entry elem_loc; in ZTEST()
Dfcb_test_append_fill.c15 struct fcb_entry loc; in ZTEST()
Dfcb_test_multiple_scratch.c14 struct fcb_entry loc; in ZTEST()
Dfcb_test_rotate.c15 struct fcb_entry loc; in ZTEST()
Dfcb_test_reset.c15 struct fcb_entry loc; in ZTEST()