HomeSort by: relevance | last modified time | path
    Searched refs:V7FS_SELF_NSCRATCH (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_io.c 69 for (i = 0; i < V7FS_SELF_NSCRATCH; i++) {
75 if (i == V7FS_SELF_NSCRATCH) {
76 DPRINTF("No scratch area. increase V7FS_SELF_NSCRATCH\n");
113 for (i = 0, nfree = 0; i < V7FS_SELF_NSCRATCH; i++) {
131 for (i = 0; i < V7FS_SELF_NSCRATCH; i++)
137 assert(i != V7FS_SELF_NSCRATCH);
v7fs_impl.h 103 #define V7FS_SELF_NSCRATCH 3
104 uint8_t scratch[V7FS_SELF_NSCRATCH][V7FS_BSIZE];
v7fs_io_kern.c 81 p->scratch_remain = V7FS_SELF_NSCRATCH;

Completed in 13 milliseconds