Searched refs:BLKSIZ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.h41 #define BLKSIZ 512 /* use physical blocks */ macro
H A Dvolcopy.c86 char Empty[BLKSIZ], /* empty memory used to clear sections of memory */
114 int Blk_cnt = 1, /* Do I/O in (Blk_cnt * BLKSIZ) byte blocks */
119 Bufsz = BLKSIZ,
120 Disk_cnt = 1, /* Disk I/O (Disk_cnt * Blk_cnt * BLKSIZ) byte blocks */
323 In.f_bsize = Out.f_bsize = BLKSIZ;
570 V_labl.v_blksize = BLKSIZ * Blk_cnt;
583 dist = (long)(Fs * BLKSIZ);
588 dist = (long)(V_labl.v_offset * BLKSIZ);
778 In.f_bsize = Out.f_bsize = Blk_cnt * BLKSIZ;
913 tpcnt = actual_blocks() * BLKSIZ;
[all...]
/illumos-gate/usr/src/cmd/find/
H A Dfind.c67 #define BLKSIZ 512 macro
944 ll = (long long)round(statb->st_size, BLKSIZ)/BLKSIZ;

Completed in 50 milliseconds