Home | History | Annotate | Download | only in ffsb-6.0-rc2

Lines Matching refs:holes

92 	b->holes = ffsb_malloc(sizeof(struct cirlist));
94 init_cirlist(b->holes);
112 while (!cl_empty(bf->holes)) {
113 struct ffsb_file *cur = cl_remove_head(bf->holes);
116 free(bf->holes);
138 /* First check "holes" for a file */
139 if (!cl_empty(b->holes)) {
140 oldfile = cl_remove_head(b->holes);
193 /* First check "holes" for a file */
280 /* add node to the cir. list of "holes" */
281 cl_insert_tail(b->holes, entry);
313 /* If b->holes->count == bf->listsize, all files have been
316 assert(bf->holes->count != bf->listsize);
333 assert(bf->holes->count != bf->listsize);