Searched defs:wtfs (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 89 static void wtfs(daddr_t bno, int size, char *bf); 425 * in wtfs(). See the comment in wtfs() for more information. 574 wtfs(blk1, sectorsize, buf2); 601 wtfs(blk2, sectorsize, buf); 638 wtfs(i, sectorsize, buf); 642 wtfs(fssize - 256, sectorsize, buf); 668 wtfs(nextblock, 8192, buf); 895 wtfs(nextblock, sectorsize, buf2); 901 wtfs(fssiz 1157 wtfs(daddr_t bno, int size, char *bf) function [all...] |
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 400 static void wtfs(diskaddr_t bno, int size, char *bf); 461 * file descriptors used for rdfs(fsi) and wtfs(fso). 1493 * in wtfs(). See the comment in wtfs() for more information. 1543 * ToDo: Because the size checking is done in rdfs()/wtfs(), the 1545 * In the future, one could replace the rdfs()/wtfs() calls 1558 wtfs((diskaddr_t)(SBOFF / sectorsize), (int)sbsize, (char *)&sblock); 2370 wtfs((diskaddr_t)(SBOFF / sectorsize), sbsize, (char *)&sblock); 2819 wtfs(fsbtodb(&sblock, (uint64_t)node.i_db[0]), (int)node.i_size, buf); 2833 wtfs(fsbtod 3246 wtfs(diskaddr_t bno, int size, char *bf) function [all...] |
Completed in 51 milliseconds