bsize              56 examples/VFS/skel_opaque.c 	bool small_query, uint64_t *bsize,
bsize              59 examples/VFS/skel_opaque.c 	return vfswrap_disk_free(NULL,  path, small_query, bsize, 
bsize              50 examples/VFS/skel_transparent.c 	bool small_query, uint64_t *bsize,
bsize              53 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize, 
bsize             219 lib/zlib/zutil.c     ulg bsize = (ulg)items*size;
bsize             224 lib/zlib/zutil.c     if (bsize < 65520L) {
bsize             225 lib/zlib/zutil.c         buf = farmalloc(bsize);
bsize             228 lib/zlib/zutil.c         buf = farmalloc(bsize + 16L);
bsize             300 source3/client/client.c 	int total, bsize, avail;
bsize             310 source3/client/client.c 	if (!cli_dskattr(targetcli, &bsize, &total, &avail)) {
bsize             316 source3/client/client.c 		 total, bsize, avail);
bsize            2541 source3/include/proto.h bool cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail);
bsize            6231 source3/include/proto.h                               uint64_t *bsize,uint64_t *dfree,uint64_t *dsize);
bsize            6235 source3/include/proto.h 			uint64_t *bsize,
bsize            6811 source3/include/proto.h bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
bsize            6812 source3/include/proto.h bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
bsize            6814 source3/include/proto.h 		uint64_t *bsize,
bsize            6817 source3/include/proto.h bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
bsize            6818 source3/include/proto.h bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
bsize            6819 source3/include/proto.h bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
bsize            6820 source3/include/proto.h bool disk_quotas_vxfs(const char *name, char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
bsize            6821 source3/include/proto.h bool disk_quotas(const char *path,uint64_t *bsize,uint64_t *dfree,uint64_t *dsize);
bsize            6822 source3/include/proto.h bool disk_quotas(const char *path,uint64_t *bsize,uint64_t *dfree,uint64_t *dsize);
bsize             536 source3/include/smb.h 	uint64_t bsize;
bsize              61 source3/include/sysquotas.h 	uint64_t bsize;
bsize             306 source3/include/vfs.h 		uint64_t (*disk_free)(struct vfs_handle_struct *handle, const char *path, bool small_query, uint64_t *bsize,
bsize              32 source3/include/vfs_macros.h #define SMB_VFS_DISK_FREE(conn, path, small_query, bsize, dfree ,dsize) ((conn)->vfs.ops.disk_free((conn)->vfs.handles.disk_free, (path), (small_query), (bsize), (dfree), (dsize)))
bsize             166 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_DISK_FREE(conn, path, small_query, bsize, dfree ,dsize) ((conn)->vfs_opaque.ops.disk_free((conn)->vfs_opaque.handles.disk_free, (path), (small_query), (bsize), (dfree), (dsize)))
bsize             300 source3/include/vfs_macros.h #define SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize, dfree ,dsize) ((handle)->vfs_next.ops.disk_free((handle)->vfs_next.handles.disk_free, (path), (small_query), (bsize), (dfree), (dsize)))
bsize             293 source3/lib/sysquotas.c 				dp->bsize = STR_TO_SMB_BIG_UINT(p, NULL);
bsize             295 source3/lib/sysquotas.c 				dp->bsize = 1024;
bsize             311 source3/lib/sysquotas.c 				(long long unsigned)dp->bsize));
bsize             320 source3/lib/sysquotas.c 				(long unsigned)dp->bsize));
bsize             370 source3/lib/sysquotas.c 			(long long unsigned)dp->bsize) < 0) {
bsize             381 source3/lib/sysquotas.c 			(long unsigned)dp->bsize) < 0) {
bsize              92 source3/lib/sysquotas_4A.c 	uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             164 source3/lib/sysquotas_4A.c 	dp->bsize = bsize;
bsize             187 source3/lib/sysquotas_4A.c 	uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             191 source3/lib/sysquotas_4A.c 	if (bsize == dp->bsize) {
bsize             197 source3/lib/sysquotas_4A.c 		D.dqb_bsoftlimit = (dp->softlimit*dp->bsize)/bsize;
bsize             198 source3/lib/sysquotas_4A.c 		D.dqb_bhardlimit = (dp->hardlimit*dp->bsize)/bsize;
bsize             199 source3/lib/sysquotas_4A.c 		D.dqb_ihardlimit = (dp->ihardlimit*dp->bsize)/bsize;
bsize             200 source3/lib/sysquotas_4A.c 		D.dqb_isoftlimit = (dp->isoftlimit*dp->bsize)/bsize;
bsize              44 source3/lib/sysquotas_linux.c 	uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize              90 source3/lib/sysquotas_linux.c 	dp->bsize = bsize;
bsize             113 source3/lib/sysquotas_linux.c 	uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             117 source3/lib/sysquotas_linux.c 	if (bsize == dp->bsize) {
bsize             123 source3/lib/sysquotas_linux.c 		D.dqb_bsoftlimit = (dp->softlimit*dp->bsize)/bsize;
bsize             124 source3/lib/sysquotas_linux.c 		D.dqb_bhardlimit = (dp->hardlimit*dp->bsize)/bsize;
bsize             125 source3/lib/sysquotas_linux.c 		D.dqb_ihardlimit = (dp->ihardlimit*dp->bsize)/bsize;
bsize             126 source3/lib/sysquotas_linux.c 		D.dqb_isoftlimit = (dp->isoftlimit*dp->bsize)/bsize;
bsize             178 source3/lib/sysquotas_linux.c 	uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             224 source3/lib/sysquotas_linux.c 	dp->bsize = bsize;
bsize             230 source3/lib/sysquotas_linux.c 	dp->curblocks = (uint64_t)D.dqb_curspace/bsize;
bsize             247 source3/lib/sysquotas_linux.c 	uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             251 source3/lib/sysquotas_linux.c 	if (bsize == dp->bsize) {
bsize             257 source3/lib/sysquotas_linux.c 		D.dqb_bsoftlimit = (dp->softlimit*dp->bsize)/bsize;
bsize             258 source3/lib/sysquotas_linux.c 		D.dqb_bhardlimit = (dp->hardlimit*dp->bsize)/bsize;
bsize             259 source3/lib/sysquotas_linux.c 		D.dqb_ihardlimit = (dp->ihardlimit*dp->bsize)/bsize;
bsize             260 source3/lib/sysquotas_linux.c 		D.dqb_isoftlimit = (dp->isoftlimit*dp->bsize)/bsize;
bsize             312 source3/lib/sysquotas_linux.c 	uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             358 source3/lib/sysquotas_linux.c 	dp->bsize = bsize;
bsize             364 source3/lib/sysquotas_linux.c 	dp->curblocks = (uint64_t)D.dqb_curspace/bsize;
bsize             381 source3/lib/sysquotas_linux.c 	uint64_t bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             385 source3/lib/sysquotas_linux.c 	if (bsize == dp->bsize) {
bsize             391 source3/lib/sysquotas_linux.c 		D.dqb_bsoftlimit = (dp->softlimit*dp->bsize)/bsize;
bsize             392 source3/lib/sysquotas_linux.c 		D.dqb_bhardlimit = (dp->hardlimit*dp->bsize)/bsize;
bsize             393 source3/lib/sysquotas_linux.c 		D.dqb_ihardlimit = (dp->ihardlimit*dp->bsize)/bsize;
bsize             394 source3/lib/sysquotas_linux.c 		D.dqb_isoftlimit = (dp->isoftlimit*dp->bsize)/bsize;
bsize              79 source3/lib/sysquotas_xfs.c 	uint64_t bsize = (uint64_t)BBSIZE;
bsize             147 source3/lib/sysquotas_xfs.c 	dp->bsize = bsize;
bsize             166 source3/lib/sysquotas_xfs.c 	uint64_t bsize = (uint64_t)BBSIZE;
bsize             177 source3/lib/sysquotas_xfs.c 	if (bsize == dp->bsize) {
bsize             183 source3/lib/sysquotas_xfs.c 		D.d_blk_softlimit = (dp->softlimit*dp->bsize)/bsize;
bsize             184 source3/lib/sysquotas_xfs.c 		D.d_blk_hardlimit = (dp->hardlimit*dp->bsize)/bsize;
bsize             185 source3/lib/sysquotas_xfs.c 		D.d_ino_hardlimit = (dp->ihardlimit*dp->bsize)/bsize;
bsize             186 source3/lib/sysquotas_xfs.c 		D.d_ino_softlimit = (dp->isoftlimit*dp->bsize)/bsize;		
bsize            1820 source3/libsmb/clifile.c bool cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail)
bsize            1833 source3/libsmb/clifile.c 	*bsize = SVAL(cli->inbuf,smb_vwv1)*SVAL(cli->inbuf,smb_vwv2);
bsize              32 source3/modules/vfs_cap.c 	bool small_query, uint64_t *bsize,
bsize              41 source3/modules/vfs_cap.c 	return SMB_VFS_NEXT_DISK_FREE(handle, cappath, small_query, bsize,
bsize              43 source3/modules/vfs_default.c static uint64_t vfswrap_disk_free(vfs_handle_struct *handle,  const char *path, bool small_query, uint64_t *bsize,
bsize              48 source3/modules/vfs_default.c 	result = sys_disk_free(handle->conn, path, small_query, bsize, dfree, dsize);
bsize             846 source3/modules/vfs_default.c 		uint64_t bsize,dfree,dsize;
bsize             848 source3/modules/vfs_default.c 		space_avail = get_dfree_info(fsp->conn,fsp->fsp_name,false,&bsize,&dfree,&dsize);
bsize              79 source3/modules/vfs_full_audit.c 				    bool small_query, uint64_t *bsize, 
bsize             997 source3/modules/vfs_full_audit.c 				    bool small_query, uint64_t *bsize, 
bsize            1002 source3/modules/vfs_full_audit.c 	result = SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize,
bsize             150 source3/modules/vfs_onefs_shadow_copy.c 			    bool small_query, uint64_t *bsize, uint64_t *dfree,
bsize             155 source3/modules/vfs_onefs_shadow_copy.c 		    (handle, cpath ?: path, small_query, bsize, dfree, dsize),
bsize              27 source3/smbd/dfree.c static void disk_norm(bool small_query, uint64_t *bsize,uint64_t *dfree,uint64_t *dsize)
bsize              33 source3/smbd/dfree.c 		maxdisksize = ((maxdisksize*1024)/(*bsize))*1024;
bsize              41 source3/smbd/dfree.c 		while (*dfree > WORDMAX || *dsize > WORDMAX || *bsize < 512) {
bsize              44 source3/smbd/dfree.c 			*bsize *= 2;
bsize              48 source3/smbd/dfree.c 			if (*bsize > (WORDMAX*512)) {
bsize              49 source3/smbd/dfree.c 				*bsize = (WORDMAX*512);
bsize              67 source3/smbd/dfree.c                               uint64_t *bsize,uint64_t *dfree,uint64_t *dsize)
bsize              76 source3/smbd/dfree.c 	(*bsize) = 512;
bsize             113 source3/smbd/dfree.c 				*bsize = STR_TO_SMB_BIG_UINT(p, NULL);
bsize             115 source3/smbd/dfree.c 				*bsize = 1024;
bsize             118 source3/smbd/dfree.c 				(unsigned int)*dsize, (unsigned int)*dfree, (unsigned int)*bsize));
bsize             142 source3/smbd/dfree.c 		(*bsize) = bsize_q;
bsize             148 source3/smbd/dfree.c 	if (*bsize < 256) {
bsize             149 source3/smbd/dfree.c 		DEBUG(5,("disk_free:Warning: bsize == %d < 256 . Changing to assumed correct bsize = 512\n",(int)*bsize));
bsize             150 source3/smbd/dfree.c 		*bsize = 512;
bsize             158 source3/smbd/dfree.c 		*dsize = 20*1024*1024/(*bsize);
bsize             162 source3/smbd/dfree.c 	disk_norm(small_query,bsize,dfree,dsize);
bsize             164 source3/smbd/dfree.c 	if ((*bsize) < 1024) {
bsize             165 source3/smbd/dfree.c 		dfree_retval = (*dfree)/(1024/(*bsize));
bsize             167 source3/smbd/dfree.c 		dfree_retval = ((*bsize)/1024)*(*dfree);
bsize             180 source3/smbd/dfree.c 			uint64_t *bsize,
bsize             189 source3/smbd/dfree.c 		return SMB_VFS_DISK_FREE(conn,path,small_query,bsize,dfree,dsize);
bsize             194 source3/smbd/dfree.c 		*bsize = dfc->bsize;
bsize             200 source3/smbd/dfree.c 	dfree_ret = SMB_VFS_DISK_FREE(conn,path,small_query,bsize,dfree,dsize);
bsize             216 source3/smbd/dfree.c 	dfc->bsize = *bsize;
bsize              26 source3/smbd/noquotas.c bool disk_quotas(const char *path,uint64_t *bsize,uint64_t *dfree,uint64_t *dsize)
bsize              28 source3/smbd/noquotas.c   (*bsize) = 512; /* This value should be ignored */
bsize              25 source3/smbd/ntquotas.c static uint64_t limit_nt2unix(uint64_t in, uint64_t bsize)
bsize              29 source3/smbd/ntquotas.c 	ret = 	(uint64_t)(in/bsize);
bsize              45 source3/smbd/ntquotas.c static uint64_t limit_unix2nt(uint64_t in, uint64_t bsize)
bsize              49 source3/smbd/ntquotas.c 	ret = (uint64_t)(in*bsize);
bsize             103 source3/smbd/ntquotas.c 	qt->usedspace = (uint64_t)D.curblocks*D.bsize;
bsize             104 source3/smbd/ntquotas.c 	qt->softlim = limit_unix2nt(D.softlimit, D.bsize);
bsize             105 source3/smbd/ntquotas.c 	qt->hardlim = limit_unix2nt(D.hardlimit, D.bsize);
bsize             124 source3/smbd/ntquotas.c 	D.bsize     = (uint64_t)QUOTABLOCK_SIZE;
bsize             126 source3/smbd/ntquotas.c 	D.softlimit = limit_nt2unix(qt->softlim,D.bsize);
bsize             127 source3/smbd/ntquotas.c 	D.hardlimit = limit_nt2unix(qt->hardlim,D.bsize);
bsize              48 source3/smbd/quotas.c bool disk_quotas_vxfs(const char *name, char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
bsize              66 source3/smbd/quotas.c 	uint64_t bsize;
bsize              98 source3/smbd/quotas.c 	dp->bsize = (uint64_t)512;
bsize             137 source3/smbd/quotas.c 	dp->bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             163 source3/smbd/quotas.c 	dp->bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             169 source3/smbd/quotas.c 	dp->curblocks = ((uint64_t)D.dqb_curspace) / dp->bsize;
bsize             193 source3/smbd/quotas.c 	dp->bsize = (uint64_t)QUOTABLOCK_SIZE;
bsize             199 source3/smbd/quotas.c 	dp->curblocks = ((uint64_t)D.dqb_curspace) / dp->bsize;
bsize             208 source3/smbd/quotas.c bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize)
bsize             268 source3/smbd/quotas.c 	*bsize = D.bsize;
bsize             309 source3/smbd/quotas.c bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize)
bsize             384 source3/smbd/quotas.c 	*bsize = 4096 ;  /* Cray blocksize */
bsize             459 source3/smbd/quotas.c static bool nfs_quotas(char *nfspath, uid_t euser_id, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize)
bsize             473 source3/smbd/quotas.c 	*bsize = *dfree = *dsize = (uint64_t)0;
bsize             546 source3/smbd/quotas.c 	*bsize = gqr.getquota_rslt_u.gqr_rquota.rq_bsize;
bsize             550 source3/smbd/quotas.c 		*bsize = 512;
bsize             566 source3/smbd/quotas.c 	DEBUG(5,("nfs_quotas: For path \"%s\" returning  bsize %.0f, dfree %.0f, dsize %.0f\n",args.gqa_pathp,(double)*bsize,(double)*dfree,(double)*dsize));
bsize             580 source3/smbd/quotas.c 		uint64_t *bsize,
bsize             673 source3/smbd/quotas.c 				euser_id, bsize, dfree, dsize);
bsize             706 source3/smbd/quotas.c 					bsize, dfree, dsize);
bsize             730 source3/smbd/quotas.c 	*bsize = DEV_BSIZE;
bsize             742 source3/smbd/quotas.c 		path,(double)*bsize,(double)*dfree,(double)*dsize));
bsize             755 source3/smbd/quotas.c bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize)
bsize             778 source3/smbd/quotas.c   *bsize = DEV_BSIZE;
bsize             821 source3/smbd/quotas.c bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize)
bsize             863 source3/smbd/quotas.c   *bsize = 512;
bsize            1016 source3/smbd/quotas.c static bool nfs_quotas(char *nfspath, uid_t euser_id, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize)
bsize            1030 source3/smbd/quotas.c 	*bsize = *dfree = *dsize = (uint64_t)0;
bsize            1108 source3/smbd/quotas.c 	*bsize = gqr.getquota_rslt_u.gqr_rquota.rq_bsize;
bsize            1112 source3/smbd/quotas.c 		*bsize = DEV_BSIZE;
bsize            1128 source3/smbd/quotas.c 	DEBUG(5,("nfs_quotas: For path \"%s\" returning  bsize %.0f, dfree %.0f, dsize %.0f\n",args.gqa_pathp,(double)*bsize,(double)*dfree,(double)*dsize));
bsize            1141 source3/smbd/quotas.c bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize)
bsize            1209 source3/smbd/quotas.c         retval = nfs_quotas(mnts[i].f_mntfromname,euser_id,bsize,dfree,dsize);
bsize            1270 source3/smbd/quotas.c   *bsize = DEV_BSIZE;
bsize            1272 source3/smbd/quotas.c   *bsize = 1024;
bsize            1360 source3/smbd/quotas.c bool disk_quotas_vxfs(const char *name, char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize)
bsize            1423 source3/smbd/quotas.c   *bsize = DEV_BSIZE;
bsize            1433 source3/smbd/quotas.c          path,(double)*bsize,(double)*dfree,(double)*dsize));
bsize            1444 source3/smbd/quotas.c bool disk_quotas(const char *path,uint64_t *bsize,uint64_t *dfree,uint64_t *dsize)
bsize            1446 source3/smbd/quotas.c 	(*bsize) = 512; /* This value should be ignored */
bsize            1462 source3/smbd/quotas.c bool disk_quotas(const char *path,uint64_t *bsize,uint64_t *dfree,uint64_t *dsize)
bsize            1474 source3/smbd/quotas.c 	*bsize = D.bsize;
bsize            1512 source3/smbd/quotas.c 	*bsize = D.bsize;
bsize            1197 source3/smbd/reply.c 	uint64_t dfree,dsize,bsize;
bsize            1200 source3/smbd/reply.c 	if (get_dfree_info(conn,".",True,&bsize,&dfree,&dsize) == (uint64_t)-1) {
bsize            1216 source3/smbd/reply.c 		total_space = dsize * (double)bsize;
bsize            1217 source3/smbd/reply.c 		free_space = dfree * (double)bsize;
bsize            1231 source3/smbd/reply.c 		SSVAL(req->outbuf,smb_vwv1,bsize/512);
bsize            2621 source3/smbd/trans2.c 			uint64_t dfree,dsize,bsize,block_size,sectors_per_unit,bytes_per_sector;
bsize            2623 source3/smbd/trans2.c 			if (get_dfree_info(conn,".",False,&bsize,&dfree,&dsize) == (uint64_t)-1) {
bsize            2629 source3/smbd/trans2.c 			if (bsize < block_size) {
bsize            2630 source3/smbd/trans2.c 				uint64_t factor = block_size/bsize;
bsize            2631 source3/smbd/trans2.c 				bsize = block_size;
bsize            2635 source3/smbd/trans2.c 			if (bsize > block_size) {
bsize            2636 source3/smbd/trans2.c 				uint64_t factor = bsize/block_size;
bsize            2637 source3/smbd/trans2.c 				bsize = block_size;
bsize            2642 source3/smbd/trans2.c 			sectors_per_unit = bsize/bytes_per_sector;
bsize            2645 source3/smbd/trans2.c cBytesSector=%u, cUnitTotal=%u, cUnitAvail=%d\n", (unsigned int)st.st_dev, (unsigned int)bsize, (unsigned int)sectors_per_unit,
bsize            2744 source3/smbd/trans2.c 			uint64_t dfree,dsize,bsize,block_size,sectors_per_unit,bytes_per_sector;
bsize            2746 source3/smbd/trans2.c 			if (get_dfree_info(conn,".",False,&bsize,&dfree,&dsize) == (uint64_t)-1) {
bsize            2751 source3/smbd/trans2.c 			if (bsize < block_size) {
bsize            2752 source3/smbd/trans2.c 				uint64_t factor = block_size/bsize;
bsize            2753 source3/smbd/trans2.c 				bsize = block_size;
bsize            2757 source3/smbd/trans2.c 			if (bsize > block_size) {
bsize            2758 source3/smbd/trans2.c 				uint64_t factor = bsize/block_size;
bsize            2759 source3/smbd/trans2.c 				bsize = block_size;
bsize            2764 source3/smbd/trans2.c 			sectors_per_unit = bsize/bytes_per_sector;
bsize            2766 source3/smbd/trans2.c cBytesSector=%u, cUnitTotal=%u, cUnitAvail=%d\n", (unsigned int)bsize, (unsigned int)sectors_per_unit,
bsize            2777 source3/smbd/trans2.c 			uint64_t dfree,dsize,bsize,block_size,sectors_per_unit,bytes_per_sector;
bsize            2779 source3/smbd/trans2.c 			if (get_dfree_info(conn,".",False,&bsize,&dfree,&dsize) == (uint64_t)-1) {
bsize            2784 source3/smbd/trans2.c 			if (bsize < block_size) {
bsize            2785 source3/smbd/trans2.c 				uint64_t factor = block_size/bsize;
bsize            2786 source3/smbd/trans2.c 				bsize = block_size;
bsize            2790 source3/smbd/trans2.c 			if (bsize > block_size) {
bsize            2791 source3/smbd/trans2.c 				uint64_t factor = bsize/block_size;
bsize            2792 source3/smbd/trans2.c 				bsize = block_size;
bsize            2797 source3/smbd/trans2.c 			sectors_per_unit = bsize/bytes_per_sector;
bsize            2799 source3/smbd/trans2.c cBytesSector=%u, cUnitTotal=%u, cUnitAvail=%d\n", (unsigned int)bsize, (unsigned int)sectors_per_unit,
bsize             515 source3/smbd/vfs.c 	uint64_t bsize,dfree,dsize;
bsize             564 source3/smbd/vfs.c 	space_avail = get_dfree_info(conn,fsp->fsp_name,False,&bsize,&dfree,&dsize);
bsize             108 source3/torture/cmd_vfs.c 	uint64_t diskfree, bsize, dfree, dsize;
bsize             114 source3/torture/cmd_vfs.c 	diskfree = SMB_VFS_DISK_FREE(vfs->conn, argv[1], False, &bsize, &dfree, &dsize);
bsize             117 source3/torture/cmd_vfs.c 			(unsigned long)bsize,
bsize             254 source3/torture/nbio.c 	int bsize, total, avail;
bsize             256 source3/torture/nbio.c 	cli_dskattr(c, &bsize, &total, &avail);
bsize             224 source4/client/client.c 	uint32_t bsize;
bsize             227 source4/client/client.c 	if (NT_STATUS_IS_ERR(smbcli_dskattr(ctx->cli->tree, &bsize, &total, &avail))) {
bsize             234 source4/client/client.c 		 (unsigned)bsize, 
bsize            2135 source4/heimdal/lib/hx509/crypto.c 	int bsize = EVP_CIPHER_block_size(crypto->c);
bsize            2136 source4/heimdal/lib/hx509/crypto.c 	padsize = bsize - (length % bsize);
bsize            2226 source4/heimdal/lib/hx509/crypto.c 	int j, bsize = EVP_CIPHER_block_size(crypto->c);
bsize            2228 source4/heimdal/lib/hx509/crypto.c 	if (clear->length < bsize) {
bsize            2236 source4/heimdal/lib/hx509/crypto.c 	if (padsize > bsize) {
bsize             653 source4/libcli/clifile.c NTSTATUS smbcli_dskattr(struct smbcli_tree *tree, uint32_t *bsize, 
bsize             665 source4/libcli/clifile.c 		*bsize = fsinfo_parms.size_info.out.bytes_per_sector * fsinfo_parms.size_info.out.sectors_per_unit;