Searched defs:rdfs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c88 static void rdfs(daddr_t bno, int size, char *bf);
454 rdfs(fssize - 1, sectorsize, buf);
1132 rdfs(daddr_t bno, int size, char *bf) function
1398 rdfs(FIRSTAVDP, sectorsize, (char *)avp);
1409 rdfs(avp->avd_main_vdse.ext_loc, avp->avd_main_vdse.ext_len,
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c399 static void rdfs(diskaddr_t bno, int size, char *bf);
461 * file descriptors used for rdfs(fsi) and wtfs(fso).
1191 rdfs((diskaddr_t)(SBOFF / sectorsize), (int)sbsize,
1209 rdfs((diskaddr_t)ALTSB, (int)sbsize,
1541 * overwritten by the rdfs() of the superblock in the next line.
1543 * ToDo: Because the size checking is done in rdfs()/wtfs(), the
1545 * In the future, one could replace the rdfs()/wtfs() calls
1549 rdfs(fssize_db - 1, (int)sectorsize, (char *)&sblock);
1554 rdfs((diskaddr_t)(SBOFF / sectorsize), (int)sbsize, (char *)&sblock);
2137 rdfs((diskaddr_
3205 rdfs(diskaddr_t bno, int size, char *bf) function
[all...]

Completed in 65 milliseconds