Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c117 Bufsz = BLKSIZ,
321 In.f_bsize = Out.f_bsize = BLKSIZ; in main()
568 V_labl.v_blksize = BLKSIZ * Blk_cnt; in main()
581 dist = (long)(Fs * BLKSIZ); in main()
911 tpcnt = actual_blocks() * BLKSIZ; in child_copy()
926 tpcnt = actual_blocks() * BLKSIZ; in child_copy()
963 int eom = 0, xfer_cnt = Fs * BLKSIZ; in parent_copy()
976 tpcnt = actual_blocks() * BLKSIZ; in parent_copy()
1036 Blocks /= BLKSIZ; in parent_copy()
1051 tpcnt = actual_blocks() * BLKSIZ; in copy()
[all …]
H A Dvolcopy.h41 #define BLKSIZ 512 /* use physical blocks */ macro
/illumos-gate/usr/src/cmd/find/
H A Dfind.c69 #define BLKSIZ 512 macro
985 ll = (long long)round(statb->st_size, BLKSIZ)/BLKSIZ; in execute()