space_avail       845 source3/modules/vfs_default.c 		uint64_t space_avail;
space_avail       848 source3/modules/vfs_default.c 		space_avail = get_dfree_info(fsp->conn,fsp->fsp_name,false,&bsize,&dfree,&dsize);
space_avail       850 source3/modules/vfs_default.c 		if (space_avail == (uint64_t)-1 ||
space_avail       851 source3/modules/vfs_default.c 				((uint64_t)space_to_write/1024 > space_avail) ) {
space_avail       514 source3/smbd/vfs.c 	uint64_t space_avail;
space_avail       564 source3/smbd/vfs.c 	space_avail = get_dfree_info(conn,fsp->fsp_name,False,&bsize,&dfree,&dsize);
space_avail       565 source3/smbd/vfs.c 	if (space_avail == (uint64_t)-1) {
space_avail       570 source3/smbd/vfs.c 			fsp->fsp_name, (double)st.st_size, (double)len, (double)space_avail ));
space_avail       572 source3/smbd/vfs.c 	if (len > space_avail) {