Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c86 char Empty[BLKSIZ], /* empty memory used to clear sections of memory */
119 Bufsz = BLKSIZ,
323 In.f_bsize = Out.f_bsize = BLKSIZ; in main()
570 V_labl.v_blksize = BLKSIZ * Blk_cnt; in main()
583 dist = (long)(Fs * BLKSIZ); in main()
588 dist = (long)(V_labl.v_offset * BLKSIZ); in main()
778 In.f_bsize = Out.f_bsize = Blk_cnt * BLKSIZ; in mem_setup()
913 tpcnt = actual_blocks() * BLKSIZ; in child_copy()
928 tpcnt = actual_blocks() * BLKSIZ; in child_copy()
965 int eom = 0, xfer_cnt = Fs * BLKSIZ; in parent_copy()
[all …]
H A Dvolcopy.h41 #define BLKSIZ 512 /* use physical blocks */ macro
/titanic_44/usr/src/cmd/find/
H A Dfind.c67 #define BLKSIZ 512 macro
944 ll = (long long)round(statb->st_size, BLKSIZ)/BLKSIZ;