Home
last modified time | relevance | path

Searched refs:append_loc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/fs/fcb/
Dfcb_append.c60 fcb_append(struct fcb *fcb, uint16_t len, struct fcb_entry *append_loc) in fcb_append() argument
106 append_loc->fe_sector = active->fe_sector; in fcb_append()
107 append_loc->fe_elem_off = active->fe_elem_off; in fcb_append()
108 append_loc->fe_data_off = active->fe_elem_off + cnt; in fcb_append()
110 active->fe_elem_off = append_loc->fe_data_off + len; in fcb_append()
/Zephyr-latest/include/zephyr/fs/
Dfcb.h192 int fcb_append_finish(struct fcb *fcbp, struct fcb_entry *append_loc);