Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dblist.h99 void blist_resize(blist_t *pblist, daddr_t count, int freenew, int flags);
/freebsd/sys/kern/
H A Dsubr_blist.c345 blist_resize(blist_t *pbl, daddr_t count, int freenew, int flags) in blist_resize() function
1114 blist_resize(&bl, count, 1, M_WAITOK); in main()