bpunit            599 source4/ntvfs/ntvfs_generic.c 		uint_t bpunit = 64;
bpunit            602 source4/ntvfs/ntvfs_generic.c 		for (bpunit=64; bpunit<0x10000; bpunit *= 2) {
bpunit            603 source4/ntvfs/ntvfs_generic.c 			if (fs2->generic.out.blocks_total * (double)fs2->generic.out.block_size < bpunit * 512 * 65535.0) {
bpunit            608 source4/ntvfs/ntvfs_generic.c 		fs->dskattr.out.blocks_per_unit = bpunit;
bpunit            611 source4/ntvfs/ntvfs_generic.c 			(fs2->generic.out.blocks_total * (double)fs2->generic.out.block_size) / (bpunit * 512);
bpunit            613 source4/ntvfs/ntvfs_generic.c 			(fs2->generic.out.blocks_free  * (double)fs2->generic.out.block_size) / (bpunit * 512);
bpunit            616 source4/ntvfs/ntvfs_generic.c 		if (bpunit > 64 && req->ctx->protocol <= PROTOCOL_LANMAN2) {
bpunit             91 source4/ntvfs/posix/pvfs_fsinfo.c 	uint_t bpunit;
bpunit            120 source4/ntvfs/posix/pvfs_fsinfo.c 		for (bpunit=64; bpunit<0x10000; bpunit *= 2) {
bpunit            121 source4/ntvfs/posix/pvfs_fsinfo.c 			if (blocks_total * (double)block_size < bpunit * 512 * 65535.0) {
bpunit            125 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->dskattr.out.blocks_per_unit = bpunit;
bpunit            127 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->dskattr.out.units_total = (blocks_total * (double)block_size) / (bpunit * 512);
bpunit            128 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->dskattr.out.units_free  = (blocks_free  * (double)block_size) / (bpunit * 512);
bpunit            131 source4/ntvfs/posix/pvfs_fsinfo.c 		if (bpunit > 64 && req->ctx->protocol <= PROTOCOL_LANMAN2) {