Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dblist.h101 void blist_resize(blist_t *pblist, daddr_t count, int freenew, int flags);
/f-stack/freebsd/kern/
H A Dsubr_blist.c368 blist_resize(blist_t *pbl, daddr_t count, int freenew, int flags) in blist_resize() function
1137 blist_resize(&bl, count, 1, M_WAITOK); in main()