Searched refs:fcb_entry (Results 1 – 15 of 15) sorted by relevance
| /Zephyr-latest/include/zephyr/fs/ |
| D | fcb.h | 51 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/ |
| D | fcb_priv.h | 71 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);
|
| D | fcb_elem_info.c | 20 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()
|
| D | fcb_getnext.c | 14 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()
|
| D | fcb_append.c | 60 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()
|
| D | fcb.c | 306 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/ |
| D | settings_test_fcb.c | 14 struct fcb_entry loc; in ZTEST() 16 memset(&loc, 0, sizeof(struct fcb_entry)); in ZTEST()
|
| /Zephyr-latest/tests/subsys/fs/fcb/src/ |
| D | fcb_test_last_of_n.c | 15 struct fcb_entry loc; in ZTEST() 16 struct fcb_entry areas[ENTRIES]; in ZTEST()
|
| D | fcb_test_append.c | 13 struct fcb_entry loc; in test_fcb_append()
|
| D | fcb_test_crc_disabled_after_enabled.c | 12 struct fcb_entry loc; in fcb_pretest_crc_disabled_after_enabled()
|
| D | fcb_test_append_too_big.c | 16 struct fcb_entry elem_loc; in ZTEST()
|
| D | fcb_test_append_fill.c | 15 struct fcb_entry loc; in ZTEST()
|
| D | fcb_test_multiple_scratch.c | 14 struct fcb_entry loc; in ZTEST()
|
| D | fcb_test_rotate.c | 15 struct fcb_entry loc; in ZTEST()
|
| D | fcb_test_reset.c | 15 struct fcb_entry loc; in ZTEST()
|