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

  /src/sbin/newfs_sysvbfs/
newfs_sysvbfs.c 191 bfs->header.data_end_byte = nsectors * BFS_BSIZE - 1;
201 if (write(fd, buf, BFS_BSIZE) < 0) {
207 memset(buf, 0, BFS_BSIZE);
212 inode->start_sector * BFS_BSIZE;
219 if (write(fd, buf, BFS_BSIZE) < 0) {
225 memset(buf, 0, BFS_BSIZE);
231 if (write(fd, buf, BFS_BSIZE) < 0) {
  /src/sys/fs/sysvbfs/
bfs.h 58 #define BFS_BSIZE 512
sysvbfs_vfsops.c 274 f->f_bsize = BFS_BSIZE;
275 f->f_frsize = BFS_BSIZE;
276 f->f_iosize = BFS_BSIZE;
sysvbfs_vnops.c 309 vap->va_blocksize = BFS_BSIZE;
742 if (blk * BFS_BSIZE > bmp->bfs->data_end)

Completed in 15 milliseconds