HomeSort by: relevance | last modified time | path
    Searched defs:scratch_free (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_io.c 70 if (fs->scratch_free & (1 << i)) {
71 fs->scratch_free &= ~(1 << i);
84 fs->scratch_free |= (1 << i);
114 if (fs->scratch_free & (1 << i)) {
126 scratch_free(struct v7fs_self *fs __unused, void *p) function in typeref:typename:void
133 fs->scratch_free |= (1 << i);
v7fs_impl.h 105 int scratch_free; /* free block bitmap. */ member in struct:v7fs_self
139 void scratch_free(struct v7fs_self *, void *);

Completed in 12 milliseconds