Home | History | Annotate | Download | only in lfs

Lines Matching defs:re

187 	struct lfs_res_blk *re;
220 re = fs->lfs_resblk + start + i;
221 re->inuse = 1;
222 r = re->p;
223 KASSERT(re->size >= size);
225 LIST_INSERT_HEAD(&fs->lfs_reshash[h], re, res);
246 res_t *re;
251 LIST_FOREACH(re, &fs->lfs_reshash[h], res) {
252 if (re->p == p) {
253 KASSERT(re->inuse == 1);
254 LIST_REMOVE(re, res);
255 re->inuse = 0;
470 * If we're not sync, we're done with sp, get rid of it.
490 * If we're not checkpointing, we don't have to block