Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/lfs/
H A Dlfs_subr.c92 int lfs_res_qty[LFS_NB_COUNT] = { variable
196 if (lfs_res_qty[type] == 0) { in lfs_malloc()
216 start += lfs_res_qty[i]; in lfs_malloc()
218 for (i = 0; i < lfs_res_qty[type]; i++) { in lfs_malloc()
231 lfs_res_names[type], lfs_res_qty[type])); in lfs_malloc()