Lines Matching defs:wtfs
400 static void wtfs(diskaddr_t bno, int size, char *bf);
461 * file descriptors used for rdfs(fsi) and wtfs(fso).
1472 * in wtfs(). See the comment in wtfs() for more information.
1522 * ToDo: Because the size checking is done in rdfs()/wtfs(), the
1524 * In the future, one could replace the rdfs()/wtfs() calls
1537 wtfs((diskaddr_t)(SBOFF / sectorsize), (int)sbsize, (char *)&sblock);
2349 wtfs((diskaddr_t)(SBOFF / sectorsize), sbsize, (char *)&sblock);
2798 wtfs(fsbtodb(&sblock, (uint64_t)node.i_db[0]), (int)node.i_size, buf);
2812 wtfs(fsbtodb(&sblock, (uint64_t)node.i_db[0]), sblock.fs_fsize, buf);
2886 wtfs(fsbtodb(&sblock, (uint64_t)cgtod(&sblock, 0)), sblock.fs_cgsize,
2908 wtfs(fsbtodb(&sblock, (uint64_t)cgtod(&sblock, 0)), sblock.fs_cgsize,
2921 wtfs(d, sblock.fs_bsize, (char *)buf);
3225 wtfs(diskaddr_t bno, int size, char *bf)
4145 wtfs((diskaddr_t)fssize_db - 1, DEV_BSIZE, buf);
4171 wtfs((diskaddr_t)(SBOFF / sectorsize), sbsize, (char *)&sblock);
4509 wtfs(fsbtodb(&sblock, (uint64_t)frag), (int)sblock.fs_bsize,
4914 wtfs(fsbtodb(&sblock, (uint64_t)cfp->nfrag), (int)cfp->size,
4943 wtfs(fsbtodb(&sblock, (uint64_t)cgtod(&sblock, curcylno)),
5256 wtfs(fsbtodb(&sblock, (uint64_t)(sblock.fs_csaddr +
5266 wtfs((diskaddr_t)(SBOFF / sectorsize), sbsize, (char *)&sblock);