Searched refs:diskwrite (Results 1 – 7 of 7) sorted by relevance
| /plan9-contrib/sys/src/cmd/sam/ |
| H A D | buff.c | 60 diskwrite(disk, &b->bl[b->cbi], b->c, b->cnc); in flush() 172 diskwrite(disk, &b->bl[i], b->c+off, m); in bufinsert()
|
| H A D | disk.c | 91 diskwrite(Disk *d, Block **bp, Rune *r, uint n) in diskwrite() function
|
| H A D | sam.h | 128 void diskwrite(Disk*, Block**, Rune*, uint);
|
| /plan9-contrib/sys/src/cmd/disk/prep/ |
| H A D | fdisk.c | 380 diskwrite(Disk *disk, void *data, int ndata, u32int sec, u32int off) in diskwrite() function 456 if(diskwrite(edit->disk, &rtab[i].table, Tablesz, rtab[i].lba, Toffset) < 0) in recover() 1030 if(diskwrite(edit->disk, &table, Tablesz, mbroffset+startlba, Toffset) < 0) in wrextend() 1065 if(diskwrite(edit->disk, &table, Tablesz, mbroffset+startlba, Toffset) < 0) in wrextend() 1115 if(diskwrite(disk, &table, Tablesz, mbroffset, Toffset) < 0) in wrpart()
|
| /plan9-contrib/sys/src/cmd/acme/ |
| H A D | disk.c | 102 diskwrite(Disk *d, Block **bp, Rune *r, uint n) in diskwrite() function
|
| H A D | buff.c | 70 diskwrite(disk, &b->bl[b->cbi], b->c, b->cnc); in flush() 182 diskwrite(disk, &b->bl[i], b->c+off, m); in bufinsert()
|
| H A D | dat.h | 90 void diskwrite(Disk*, Block**, Rune*, uint);
|