Searched refs:BLKSIZ (Results 1 – 3 of 3) sorted by relevance
86 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 …]
41 #define BLKSIZ 512 /* use physical blocks */ macro
67 #define BLKSIZ 512 macro944 ll = (long long)round(statb->st_size, BLKSIZ)/BLKSIZ;