Searched refs:fcb_getnext (Results 1 – 7 of 7) sorted by relevance
7 fcb_getnext.c
109 fcb_getnext(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext() function
319 while (!fcb_getnext(fcbp, &loc)) { in fcb_offset_last_n()326 rc = fcb_getnext(fcbp, last_n_entry); in fcb_offset_last_n()
23 rc = fcb_getnext((struct fcb *)storage, &loc); in ZTEST()
121 while (fcb_getnext(&cf->cf_fcb, &entry2_ctx.loc) == 0) { in settings_fcb_check_duplicate()158 while ((rc = fcb_getnext(&cf->cf_fcb, &entry_ctx.loc)) == 0) { in settings_fcb_load_priv()239 while (fcb_getnext(&cf->cf_fcb, &loc1.loc) == 0) { in settings_fcb_compress()262 while (fcb_getnext(&cf->cf_fcb, &loc2.loc) == 0) { in settings_fcb_compress()
244 int fcb_getnext(struct fcb *fcbp, struct fcb_entry *loc);
61 - Call :c:func:`fcb_getnext` with 0 in entry offset to get the pointer to64 - Call :c:func:`fcb_getnext` with pointer to current entry to get the next one.