Home
last modified time | relevance | path

Searched refs:fcb_getnext_in_sector (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/fs/fcb/
Dfcb_getnext.c14 fcb_getnext_in_sector(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext_in_sector() function
69 rc = fcb_getnext_in_sector(fcb, loc); in fcb_getnext_nolock()
78 rc = fcb_getnext_in_sector(fcb, loc); in fcb_getnext_nolock()
Dfcb_priv.h71 int fcb_getnext_in_sector(struct fcb *fcbp, struct fcb_entry *loc);
Dfcb.c161 rc = fcb_getnext_in_sector(fcbp, &fcbp->f_active); in fcb_init()